UNPKG

95 BTypeScriptView Raw
1export declare class MissingOptionsError extends Error {
2 constructor(options: string[]);
3}