UNPKG

172 BTypeScriptView Raw
1export declare const configstore: {
2 get: (key: string) => any;
3 set: (key: string, value: any) => void;
4 clear: () => void;
5 delete: (key: string) => void;
6};