UNPKG

bizroad-webpack-plugin

Version:
3 lines (2 loc) 171 B
import { IBizroadOptions, queueFormType } from '../types'; export declare const writeFile: (links: queueFormType, { context, outputPath, name }: IBizroadOptions) => void;