UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

12 lines (10 loc) 254 B
interface IMarkingModeService { handleMarkingModeFullDeprecation( options: IMarkingModeFullDeprecationOptions ): Promise<void>; } interface IMarkingModeFullDeprecationOptions { projectDir: string; skipWarnings?: boolean; forceSwitch?: boolean; }