UNPKG

dicebox

Version:

build tool for typescript based RPG Maker MV plugins

5 lines (4 loc) 198 B
import { PluginConf } from './types'; export declare function createParcelBundlerForProject(inputFiles: string[], outDir: string, pluginConf: PluginConf, { watch }?: { watch?: boolean; }): any;