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
/
cjs
/
index-wrapper.mjs
6 lines
(4 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
// Bundled with Packemon: https://packemon.dev
// This is an MJS wrapper for a sibling CJS file
import
data
from
'./index.cjs'
;
export
const
{ interopModule, registerExtensions, requireModule, requireTSModule, unregisterExtensions } = data;