UNPKG
@asimojs/asimo
Version:
latest (3.0.0)
3.0.0
2.0.0
1.1.0
1.0.1
0.1.0
0.0.1
Asynchronous dependency manager for Typescript projects
github.com/asimojs/asimo
asimojs/asimo
@asimojs/asimo
/
src
/
__tests__
/
groups
/
groupADef.ts
5 lines
(3 loc)
•
164 B
text/typescript
View Raw
1
2
3
4
5
import
{ asm }
from
"../../asimo"
;
import
{
Object2IID
,
Service1IID
}
from
"./interfaces"
; asm.
registerGroup
([
Service1IID
,
Object2IID
],
() =>
import
(
"./groupA"
));