MCPcopy Create free account
hub / github.com/lazd/gulp-replace / Options

Interface Options

index.d.ts:7–12  ·  view source on GitHub ↗

* Represents options for `gulp-replace`.

Source from the content-addressed store, hash-verified

5 * Represents options for `gulp-replace`.
6 */
7interface Options {
8 /**
9 * A value indicating whether binary files should be skipped.
10 */
11 skipBinary?: boolean
12}
13
14/**
15 * The context of the replacer-function.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…