UNPKG

@homer0/ts-async-import

Version:

Small utility to dynamically import ESM modules in CJS with TS

3 lines (2 loc) 131 B
export function tsAsyncImport<T>(name: string, contextDir?: string): Promise<T>; export type TsAsyncImport = typeof tsAsyncImport;