UNPKG

putout

Version:

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

14 lines (8 loc) 191 B
import {putout} from './putout.js'; import * as exports from './exports.js'; Object.assign(putout, exports); export default putout; export { putout, }; export * from './exports.js';