cloudflare/cloudflare-typescript
Publicmirrored fromhttps://github.com/cloudflare/cloudflare-typescriptAvailable
src/_shims/manual-types.d.ts
12lines · modecode
| 1 | /** |
| 2 | * Disclaimer: modules in _shims aren't intended to be imported by SDK users. |
| 3 | */ |
| 4 | /** |
| 5 | * Types will get added to this namespace when you import one of the following: |
| 6 | * |
| 7 | * import 'cloudflare/shims/node' |
| 8 | * import 'cloudflare/shims/web' |
| 9 | * |
| 10 | * Importing more than one will cause type and runtime errors. |
| 11 | */ |
| 12 | export namespace manual {} |
| 13 | |