UNPKG

openapi-metadata

Version:

Auto-Generate OpenAPI specifications from Typescript decorators

11 lines (7 loc) 339 B
'use strict'; const factory = require('./factory.cjs'); const PropertyMetadataKey = Symbol("Property"); const PropertyMetadataStorage = factory.createMetadataStorage(PropertyMetadataKey); exports.PropertyMetadataKey = PropertyMetadataKey; exports.PropertyMetadataStorage = PropertyMetadataStorage; //# sourceMappingURL=property.cjs.map