UNPKG

lerna

Version:

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

5 lines (4 loc) 145 B
export declare class ValidationError extends Error { prefix: string; constructor(prefix: string, message: string, ...rest: unknown[]); }