UNPKG

@cause-911/core

Version:

Run `npm install @cause-911/core --save` to add this library to your project

13 lines (12 loc) 292 B
export declare class OperatingSystem { name: string; version: string; private agent; constructor(); toString(): string; private detect; private detectVersion; private detectVersionWindows; private detectVersionWindowsPhone; private detectVersionMac; }