diff options
Diffstat (limited to 'cli/bench/testdata/npm/hono/dist/utils/cloudflare.d.ts')
| -rw-r--r-- | cli/bench/testdata/npm/hono/dist/utils/cloudflare.d.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/bench/testdata/npm/hono/dist/utils/cloudflare.d.ts b/cli/bench/testdata/npm/hono/dist/utils/cloudflare.d.ts new file mode 100644 index 000000000..abdc25a5b --- /dev/null +++ b/cli/bench/testdata/npm/hono/dist/utils/cloudflare.d.ts @@ -0,0 +1,6 @@ +/// <reference types="@cloudflare/workers-types" /> +export declare type KVAssetOptions = { + manifest?: object | string; + namespace?: KVNamespace; +}; +export declare const getContentFromKVAsset: (path: string, options?: KVAssetOptions) => Promise<ArrayBuffer | null>; |
