Interface CopyableFile

interface CopyableFile {
    getHash(): Promise<Buffer>;
    writeTo(destinationPath): Promise<void>;
}

Implemented by

Methods

  • Parameters

    • destinationPath: string

    Returns Promise<void>

Generated using TypeDoc