UNPKG

@fastly/compute-js-static-publish

Version:
3 lines 202 B
import { KVStore, type KVStoreEntry } from 'fastly:kv-store'; export declare function getKVStoreEntry(kvStore: KVStore, key: string): Promise<KVStoreEntry | null>; //# sourceMappingURL=kv-store.d.ts.map