UNPKG

dicebox

Version:

build tool for typescript based RPG Maker MV plugins

7 lines (6 loc) 148 B
interface WatchOpts { file: string; outDir: string; } export declare function watch({ file, outDir }: WatchOpts): Promise<void>; export {};