UNPKG

reboost

Version:

A super fast dev server for rapid web development

5 lines (4 loc) 221 B
import { transformCommonJS } from './transform-commonjs'; import { ReboostPlugin } from '../../index'; export { transformCommonJS as runTransformation }; export declare const CommonJSMode1Plugin: () => ReboostPlugin;