UNPKG

lerna

Version:

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

6 lines (5 loc) 198 B
/** * Inlined from deprecated package https://github.com/npm/aproba/blob/v2.0.0/index.js */ declare function validate(rawSchemas: string, args: any[] | IArguments): void; export default validate;