UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

6 lines (5 loc) 139 B
export declare class UserInputError extends Error { constructor(reason: string, opts?: { potentialSolution?: string; }); }