mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
@types/promptly: Add replace property inside options (#37534)
* promptly: Add `replace` property inside `options` Was missing `replace`, see https://github.com/moxystudio/node-promptly * Updated promptly version
This commit is contained in:
committed by
Pranav Senthilnathan
parent
1709112cb6
commit
525d1d8b0f
Vendored
+3
-2
@@ -1,11 +1,11 @@
|
||||
// Type definitions for node-promptly 1.1.1
|
||||
// Type definitions for node-promptly 3.0.3
|
||||
// Project: https://github.com/IndigoUnited/node-promptly
|
||||
// Definitions by: Dan Spencer <https://github.com/danrspencer>
|
||||
// Alex Ilyaev <https://github.com/alexilyaev>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
///<reference types="node"/>
|
||||
|
||||
|
||||
import stream = require('stream');
|
||||
|
||||
interface Callback {
|
||||
@@ -18,6 +18,7 @@ export interface Options {
|
||||
validator?: any;
|
||||
retry?: boolean;
|
||||
silent?: boolean;
|
||||
replace?: string;
|
||||
input?: NodeJS.ReadableStream;
|
||||
output?: NodeJS.WritableStream;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user