UNPKG
@arsat/mixin
Version:
latest (1.0.0)
1.0.0
## Description
@arsat/mixin
/
src
/
index.ts
3 lines
(2 loc)
•
103 B
text/typescript
View Raw
1
2
3
export
{ mixin }
from
"./mixin"
;
export
{
MixinException
as
InjectionError
}
from
"./mixin-exception"
;