UNPKG

putout

Version:

🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json

5 lines (4 loc) 123 B
export const simpleImport = async (url) => { const result = await import(url); return result.default || result; };