UNPKG

stromjs

Version:

Dependency-free streams utils for Node.js

5 lines (4 loc) 237 B
/// <reference types="node" /> import { Transform } from "stream"; import { WithEncoding } from "./baseDefinitions"; export declare function replace(searchValue: string | RegExp, replaceValue: string, options?: WithEncoding): Transform;