openapi-metadata
Version:
Auto-Generate OpenAPI specifications from Typescript decorators
15 lines (10 loc) • 659 B
JavaScript
;
const invalidConfiguration = require('./invalid-configuration.cjs');
const noExplicitType = require('./no-explicit-type.cjs');
const reflectMetadataMissing = require('./reflect-metadata-missing.cjs');
const symbolKeysNotSupported = require('./symbol-keys-not-supported.cjs');
exports.InvalidConfigurationError = invalidConfiguration.InvalidConfigurationError;
exports.NoExplicitTypeError = noExplicitType.NoExplicitTypeError;
exports.ReflectMetadataMissingError = reflectMetadataMissing.ReflectMetadataMissingError;
exports.SymbolKeysNotSupportedError = symbolKeysNotSupported.SymbolKeysNotSupportedError;
//# sourceMappingURL=index.cjs.map