UNPKG

reboost

Version:

A super fast dev server for rapid web development

5 lines (4 loc) 298 B
import { NodePath, types as t } from 'estree-toolkit'; import { ReboostPlugin, ReboostInstance } from '../index'; export declare const runTransformation: (programPath: NodePath<t.Program>, mode: string) => void; export declare const NodeEnvPlugin: (instance: ReboostInstance) => ReboostPlugin;