UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

4 lines (3 loc) 176 B
export declare const User: (msg: any) => Error; export declare const MissingTemplateValue: (item: any, values: any) => any; export declare const Internal: (msg: any) => Error;