Variable userAgentsConst

userAgents: {
    android: RegExp;
    chrome: RegExp;
    firefox: RegExp;
    ios: RegExp;
    mac: RegExp;
    robot: RegExp;
} = ...

Type declaration

  • android: RegExp
  • chrome: RegExp
  • firefox: RegExp
  • ios: RegExp
  • mac: RegExp
  • robot: RegExp