UNPKG

@boost/module

Version:

Module resolving and loading utilities with TypeScript support.

10 lines (6 loc) 286 B
// 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