openapi-metadata
Version:
Auto-Generate OpenAPI specifications from Typescript decorators
14 lines (11 loc) • 423 B
JavaScript
;
class ReflectMetadataMissingError extends Error {
constructor() {
super(
"Looks like you've forgot to provide experimental metadata API polyfill. Please read the installation instruction for more details."
);
Object.setPrototypeOf(this, new.target.prototype);
}
}
exports.ReflectMetadataMissingError = ReflectMetadataMissingError;
//# sourceMappingURL=reflect-metadata-missing.cjs.map