UNPKG

modulerizr

Version:

Integrate a powerful, component based architecture to your legacy project in just a few steps

10 lines (8 loc) 157 B
const { run } = require('./index.run'); async function modulerizr() { return { run }; } exports.modulerizr = modulerizr; exports.run = run;