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
/
mjs
/
register.mjs
10 lines
(6 loc)
•
286 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
// Bundled with Packemon: https://packemon.dev
// Platform: node, Support: stable, Format: mjs
import
{ register }
from
'node:module'
;
// https://nodejs.org/api/module.html#customization-hooks
register
(
'./hook-typescript.mjs'
,
import
.
meta
.
url
);
//# sourceMappingURL=register.mjs.map