UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

13 lines (11 loc) 275 B
import { TriggerableLifetimeManager } from './disposable'; /** * The LifetimeData class. */ export class LifetimeData { /** * Lifetime manager of the application. */ manager = new TriggerableLifetimeManager(); } //# sourceMappingURL=lifetime-data.js.map