UNPKG

openapi-metadata

Version:

Auto-Generate OpenAPI specifications from Typescript decorators

12 lines (9 loc) 432 B
export { N as NoExplicitTypeError, R as ReflectMetadataMissingError } from '../shared/openapi-metadata.BKn6E22y.mjs'; export { S as SymbolKeysNotSupportedError } from '../shared/openapi-metadata.C_T87G6t.mjs'; class InvalidConfigurationError extends Error { constructor(message) { super(`Invalid configuration: ${message}`); Object.setPrototypeOf(this, new.target.prototype); } } export { InvalidConfigurationError };