* Represents options for `gulp-replace`.
| 5 | * Represents options for `gulp-replace`. |
| 6 | */ |
| 7 | interface 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…