Files
story-studio/remotion/node_modules/@remotion/studio-shared/dist/format-bytes.d.ts
2026-02-21 10:33:18 +01:00

7 lines
187 B
TypeScript

export declare const formatBytes: (number: number, options?: Intl.NumberFormatOptions & {
locale: string;
bits?: boolean;
binary?: boolean;
signed: boolean;
}) => string;