mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 08:58:23 +08:00
readline-sync: added 'cancel' property into BasicOptions (#23176)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user