bizroad-webpack-plugin
Version:
webpack plugin for biz road
7 lines (6 loc) • 316 B
TypeScript
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;
};