DefaultOptions implemented as module factory
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { Transform } from "stream";
|
||||
import { StringDecoder } from "string_decoder";
|
||||
import { WithEncoding } from "./baseDefinitions";
|
||||
|
||||
export function replace(
|
||||
searchValue: string | RegExp,
|
||||
replaceValue: string,
|
||||
|
||||
Reference in New Issue
Block a user