UNPKG

@boost/module

Version:

Module resolving and loading utilities with TypeScript support.

9 lines 257 B
/** * @copyright 2021, Miles Johnson * @license https://opensource.org/licenses/MIT */ export * from './interopModule'; export * from './requireModule'; export * from './requireTSModule'; export * from './types'; //# sourceMappingURL=index.d.ts.map