Files
skills-here-run-place/node_modules/unstorage/drivers/utils/cloudflare.d.mts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01: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;