UNPKG

@modern-js/module-tools

Version:

Simple, powerful, high-performance modern npm package development solution.

3 lines (2 loc) 118 B
import type { ICompiler } from '../../types'; export declare const writeFile: (compiler: ICompiler) => Promise<void>;