UNPKG

@plugjs/plug

Version:
8 lines 316 B
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