UNPKG

inspectpack

Version:

An inspection tool for Webpack frontend JavaScript bundles.

5 lines (4 loc) 259 B
export declare const readJson: (file: string) => Promise<any>; export declare const readDir: (path: string) => Promise<string[]>; export declare const exists: (filePath: string) => Promise<boolean>; export declare const toPosixPath: (name: string) => string;