UNPKG

ts-import

Version:

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

3 lines (2 loc) 141 B
import * as compiler from '../../modules/compiler/index.js'; export declare const load: (options: compiler.CompileOptions) => Promise<void>;