detectOs.d.ts 68 B

123
  1. declare function detectOs(ua?: string): string;
  2. export = detectOs;