Files
dealplustech/dealplustech-astro/node_modules/unstorage/drivers/utils/cloudflare.d.cts
2026-03-02 12:35:14 +07:00

4 lines
270 B
TypeScript

export declare function getBinding(binding: KVNamespace | R2Bucket | string): KVNamespace<string> | R2Bucket;
export declare function getKVBinding(binding?: KVNamespace | string): KVNamespace;
export declare function getR2Binding(binding?: R2Bucket | string): R2Bucket;