UNPKG

arrow-express

Version:

Library to bootstrap express applications with zero configuration

7 lines (6 loc) 149 B
/** * Error related to arrow-express configuration. */ export declare class ConfigurationError extends Error { constructor(message: string); }