UNPKG

@neo-one/node-data-backup

Version:

NEO•ONE node data path backup and restore.

8 lines (7 loc) 254 B
/// <reference types="node" /> import { Writable } from 'stream'; export declare const upload: ({ dataPath, fileList, write, }: { readonly dataPath: string; readonly fileList: readonly string[]; readonly write: Writable; }) => Promise<void>;