UNPKG

434 BSource Map (JSON)View Raw
1{"version":3,"file":"store.js","sourceRoot":"","sources":["store.ts"],"names":[],"mappings":"","sourcesContent":["export interface StoreServices {\n\n}\n\nexport interface StoreConstructor {\n new (options: object, api: StoreServices): StoreInstance\n}\n\nexport interface StoreInstance {\n get (key: string): Promise<string | undefined>\n put (key: string, value: string): Promise<void>\n del (key: string): Promise<void>\n}\n"]}
\No newline at end of file