UNPKG

@nodert-win10/windows.management.orchestration

Version:

Use the Windows.Management.Orchestration UWP API directly from Node.js

26 lines (14 loc) 401 B
declare module "windows.management.orchestration" { export class OrchestrationContract { constructor(); } export class CurrentAppOrchestration { constructor(); static getForCurrentView(): CurrentAppOrchestration; startSingleAppMode(): SingleAppModeContext; } export class SingleAppModeContext { constructor(); close(): void; } }