UNPKG

bizroad-webpack-plugin

Version:
7 lines (6 loc) 316 B
import { IBizroadOptions } from '../types'; export declare const findFile: (dir: string, target: string, extensions: string[]) => string | false; export declare const mergeFilepath: (mergePath: string, filepath: string, { alias, extensions }: IBizroadOptions) => { synthesisPath: string; status: boolean; };