initial commit
This commit is contained in:
9
node_modules/fs-memo/dist/index.d.ts
generated
vendored
Normal file
9
node_modules/fs-memo/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
interface MemoOptions {
|
||||
dir: string;
|
||||
name: string;
|
||||
file: string;
|
||||
}
|
||||
declare function getMemo(config: Partial<MemoOptions>): Promise<any>;
|
||||
declare function setMemo(memo: object, config: Partial<MemoOptions>): Promise<void>;
|
||||
|
||||
export { getMemo, setMemo };
|
||||
Reference in New Issue
Block a user