UNPKG

await-import-dont-compile

Version:

Prevent typescript from compiling your import function

4 lines (3 loc) 70 B
module.exports = async (path) => { return await import(path); };