cloudflare/cloudflare-typescript

Public

mirrored fromhttps://github.com/cloudflare/cloudflare-typescriptAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v4.3.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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 */
12export namespace manual {}
13