UNPKG

amplify-cli-core

Version:
6 lines 237 B
export declare const convertNumBytes: (numBytes: number) => { toKB: () => number; toMB: () => number; }; export declare function getFolderSize(filePaths: string | string[]): Promise<number>; //# sourceMappingURL=fileSize.d.ts.map