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
/
hooks
/
index.ts
6 lines
(3 loc)
•
152 B
text/typescript
View Raw
1
2
3
4
5
6
// https://nodejs.org/api/module.html#customization-hooks
import
{ register }
from
'node:module'
;
register
(
'./hook-typescript.mjs'
,
import
.
meta
.
url
);