UNPKG

fs-extender

Version:
12 lines (11 loc) 594 B
import { filesHash, filesHashSync, filesByte, filesByteSync, promises as promisesFile } from "./file"; import { dirHash, dirHashSync, dirByte, dirByteSync, promises as promisesDir } from "./dir"; export { CompareOptionsByte, CompareOptionsHash } from "./_internal"; export { filesHash, filesByte, filesHashSync, filesByteSync }; export { dirHash, dirByte, dirHashSync, dirByteSync }; export declare const promises: { filesHash: typeof promisesFile.filesHash; filesByte: typeof promisesFile.filesByte; dirHash: typeof promisesDir.dirHash; dirByte: typeof promisesDir.dirByte; };