UNPKG
aurelia-metadata
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.1.0.1
1.0.0-rc.1.0.0
1.0.0-beta.2.0.1
1.0.0-beta.2.0.0
1.0.0-beta.1.2.1
1.0.0-beta.1.2.0
1.0.0-beta.1.1.6
1.0.0-beta.1.1.5
1.0.0-beta.1.1.4
1.0.0-beta.1.1.3
1.0.0-beta.1.1.2
1.0.0-beta.1.1.1
1.0.0-beta.1.1.0
1.0.0-beta.1
0.7.2
Utilities for reading and writing the metadata of JavaScript functions.
aurelia.io
aurelia/metadata
aurelia-metadata
/
src
/
index.ts
7 lines
(6 loc)
•
292 B
text/typescript
View Raw
1
2
3
4
5
6
7
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'
;