mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Responding to feedback
Thanks @vsiao!
This commit is contained in:
Vendored
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
declare module "gulp-replace" {
|
||||
interface Options {
|
||||
skipBinary: boolean;
|
||||
skipBinary?: boolean;
|
||||
}
|
||||
|
||||
function replace(pattern: string, replacement: string, opts?: Options): NodeJS.ReadWriteStream;
|
||||
|
||||
Reference in New Issue
Block a user