mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-19 07:30:27 +00:00
readline-sync: added 'cancel' property into BasicOptions (#23176)
This commit is contained in:
Vendored
+1
@@ -32,6 +32,7 @@ export interface BasicOptions {
|
||||
validate?(path: string): boolean | string;
|
||||
create?: boolean;
|
||||
guide?: boolean;
|
||||
cancel?: any;
|
||||
}
|
||||
|
||||
// Basic Functions
|
||||
|
||||
Reference in New Issue
Block a user