readline-sync: added 'cancel' property into BasicOptions (#23176)

This commit is contained in:
Martin Payne 2018-01-26 02:57:02 +11:00 committed by Andy
parent 4fd902f173
commit 4d1d1b5ecb

View File

@ -32,6 +32,7 @@ export interface BasicOptions {
validate?(path: string): boolean | string;
create?: boolean;
guide?: boolean;
cancel?: any;
}
// Basic Functions