UNPKG

native-fn

Version:
2 lines (1 loc) 87 B
export default function dynamicImport<T = any>(moduleName: string): Promise<T | null>;