udacity / cloudflare-typescript-workers

Types and mocks for building a tested Typescript Cloudflare Worker, generates three NPM packages
Apache License 2.0
139 stars 12 forks source link

feat: Add func type definition for KV list() #11

Closed 13rac1 closed 4 years ago

13rac1 commented 4 years ago

I've added an additional commit to #10 Interface for WorkerKV.list() return and mock implementation

@dhaynespls How's this look?