UNPKG

togezr

Version:

Better together_

6 lines 327 B
import * as vscode from 'vscode'; export declare const initializeMemento: (context: vscode.ExtensionContext) => void; export declare const get: <T>(key: string) => T; export declare const set: (key: string, value: string | object) => void; export declare const remove: (key: string) => void; //# sourceMappingURL=index.d.ts.map