UNPKG

reboost

Version:

A super fast dev server for rapid web development

3 lines (2 loc) 158 B
import { NodePath, types as t } from 'estree-toolkit'; export declare const transformCommonJSToES6: (programPath: NodePath<t.Program>, id: string) => void;