UNPKG

ts-import

Version:

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

4 lines (3 loc) 182 B
import { LoadOptions } from './load.interfaces.js'; export declare const load: (tsRelativePath: string, options?: LoadOptions) => Promise<any>; export * from './load.interfaces.js';