UNPKG

@gluestack-v2/framework-cli

Version:

Gluestack V2 Framework CLI

11 lines (10 loc) 237 B
declare class GluePluginStore { path: string; store: any; constructor(path: string); restore(): void; set(key: string, value: any): void; get(key: string): any; save(): void; } export default GluePluginStore;