UNPKG

@neo-one/node-data-backup

Version:

NEO•ONE node data path backup and restore.

5 lines (4 loc) 149 B
export declare const extract: ({ downloadPath, dataPath, }: { readonly downloadPath: string; readonly dataPath: string; }) => Promise<void>;