UNPKG

181 BTypeScriptView Raw
1export declare type JSONFilesizeFormat = {
2 name: "filesize";
3 variant: "human";
4};
5export declare function inferFilesize(value: string): JSONFilesizeFormat | undefined;