UNPKG
@boost/module
Version:
latest (5.0.0)
next (5.0.0-alpha.2)
5.0.0
5.0.0-alpha.2
5.0.0-alpha.1
4.1.0
4.0.0
4.0.0-alpha.1
3.1.0
3.0.1
3.0.0
2.0.0
Module resolving and loading utilities with TypeScript support.
github.com/milesj/boost
milesj/boost
@boost/module
/
src
/
index.ts
10 lines
(8 loc)
•
223 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@copyright
2021, Miles Johnson *
@license
https://opensource.org/licenses/MIT */
export
*
from
'./interopModule'
;
export
*
from
'./requireModule'
;
export
*
from
'./requireTSModule'
;
export
*
from
'./types'
;