UNPKG

ts-import

Version:

Import (compile and cache on the fly) TypeScript files dynamically with ease.

5 lines 177 B
import * as compiler from '../../modules/compiler/index.js'; export const load = async (options) => { return compiler.transpile(options); }; //# sourceMappingURL=load.js.map