Neah/node_modules/@nextcloud/files/dist/humanfilesize.d.ts
2025-04-20 12:21:37 +02:00

2 lines
88 B
TypeScript

export declare function formatFileSize(size: number, skipSmallSizes?: boolean): string;