fileSize.d.ts 70 B

123
  1. declare function fileSize(bytes: number): string;
  2. export = fileSize;