UNPKG

246 BJavaScriptView Raw
1import { MetadataStorage } from './MetadataStorage';
2/**
3 * Default metadata storage is used as singleton and can be used to storage all metadatas.
4 */
5export var defaultMetadataStorage = new MetadataStorage();
6//# sourceMappingURL=storage.js.map
\No newline at end of file