UNPKG

putout

Version:

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

7 lines (5 loc) 140 B
'use strict'; module.exports.simpleImport = async (url) => { const result = await import(url); return result.default || result; };