UNPKG

reboost

Version:

A super fast dev server for rapid web development

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