init commit
This commit is contained in:
6
remotion/node_modules/@remotion/studio-shared/dist/format-bytes.d.ts
generated
vendored
Normal file
6
remotion/node_modules/@remotion/studio-shared/dist/format-bytes.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare const formatBytes: (number: number, options?: Intl.NumberFormatOptions & {
|
||||
locale: string;
|
||||
bits?: boolean;
|
||||
binary?: boolean;
|
||||
signed: boolean;
|
||||
}) => string;
|
||||
Reference in New Issue
Block a user