buildsize-cli
Version:
file size check for cli
24 lines (23 loc) • 573 B
TypeScript
declare const glob: any;
declare const bytes: any;
declare const fs: any;
declare const cosmiconfig: any;
declare const program: any;
declare const message: any;
declare const sizes: any;
declare const diffPercentage: any;
type fileType = {
path: string;
maxSize?: number;
minSize?: number;
compression?: string;
warnOnly?: boolean;
lastSize?: boolean;
externals?: {
[key: string]: string;
};
};
type groupFilesType = fileType[];
declare const explorer: any;
declare const configPath: any;