UNPKG

aurelia-metadata

Version:

Utilities for reading and writing the metadata of JavaScript functions.

7 lines (6 loc) 292 B
export { decorators, DecoratorApplicator } from './decorators'; export { deprecated, DeprecatedOptions } from './deprecated'; export { metadata, MetadataType } from './metadata'; export { mixin } from './mixin'; export { Origin } from './origin'; export { protocol } from './protocol';