/bowser-castle

Primary LanguageTypeScriptMIT LicenseMIT

bowser-castle

Uses bowser 2.11.0 with the an API similar to the v1 version.

interface IBowserCastle {
  name: 'string';
  version: 'string';
  mobile: boolean;
  tablet: boolean;
}