UNPKG

importly

Version:
10 lines (9 loc) 277 B
export declare class ImportlyError extends Error { name: string; } export declare class ImportlyParsingError extends ImportlyError { } export declare class ImportlyLookupError extends ImportlyError { } export declare class ImportlyGenerationError extends ImportlyError { }