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

refactor: Accept FetchEvent instead of Event #2

Closed 13rac1 closed 5 years ago

13rac1 commented 5 years ago

Slight complexity reduction now that the upstream types allow this.

Clarifies README intro.