UNPKG

vtex

Version:

The platform for e-commerce apps

8 lines (7 loc) 505 B
export declare const yarnPath: string; export declare const formatNano: (nanoseconds: number) => string; export declare const runYarn: (relativePath: string, force: boolean) => void; export declare const runYarnIfPathExists: (relativePath: string) => void; export declare const getDistTag: (version: string) => string; export declare const getSimpleVersion: (version: string) => string; export declare const matchedDepsDiffTable: (title1: string, title2: string, deps1: string[], deps2: string[]) => any;