mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
readline-sync: added 'cancel' property into BasicOptions (#23176)
This commit is contained in:
parent
4fd902f173
commit
4d1d1b5ecb
1
types/readline-sync/index.d.ts
vendored
1
types/readline-sync/index.d.ts
vendored
@ -32,6 +32,7 @@ export interface BasicOptions {
|
||||
validate?(path: string): boolean | string;
|
||||
create?: boolean;
|
||||
guide?: boolean;
|
||||
cancel?: any;
|
||||
}
|
||||
|
||||
// Basic Functions
|
||||
|
||||
Loading…
Reference in New Issue
Block a user