UNPKG

reboost

Version:

A super fast dev server for rapid web development

5 lines (4 loc) 270 B
import { ReboostInstance, ReboostPlugin } from '../../index'; import { transformCommonJSToES6 } from './commonjs-to-es6'; export { transformCommonJSToES6 as runTransformation }; export declare const CommonJSMode2Plugin: (instance: ReboostInstance) => ReboostPlugin;