UNPKG

bizroad-webpack-plugin

Version:
3 lines (2 loc) 169 B
import { IBizroadOptions } from '../types'; export declare const file2babelAst: (file: string, { parsePlugins }: IBizroadOptions) => import('@babel/types').File | null;