16 lines
419 B
TypeScript
16 lines
419 B
TypeScript
declare function enforce(err: any): any;
|
|
declare const _default: {
|
|
enforce: typeof enforce;
|
|
ParsingError: any;
|
|
OutputError: any;
|
|
RequireInstallError: any;
|
|
FileNotParsableError: any;
|
|
FileNotFoundError: any;
|
|
FileOutOfScopeError: any;
|
|
TemplateError: any;
|
|
PluginError: any;
|
|
ConfigurationError: any;
|
|
EbookError: any;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=error.d.ts.map
|