UNPKG

@transunion-ui/tablejs

Version:
10 lines (9 loc) 324 B
import * as i0 from "@angular/core"; export declare class OperatingSystemService { constructor(); getOS(): string | null; isMac(): boolean; isPC(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<OperatingSystemService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<OperatingSystemService>; }