@plugjs/plug
Version:
PlugJS Build System ===================
8 lines • 316 B
TypeScript
import type { AbsolutePath } from '../paths.ts';
declare module '../index' {
interface Pipe {
/** Edits the content of all files in a pipeline. */
edit(callback: (content: string, fileName: AbsolutePath) => string | void | Promise<string | void>): Pipe;
}
}
//# sourceMappingURL=edit.d.ts.map