appwrite
Version:
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
16 lines • 372 B
text/typescript
export enum Browser {
AvantBrowser = 'aa',
AndroidWebViewBeta = 'an',
GoogleChrome = 'ch',
GoogleChromeIOS = 'ci',
GoogleChromeMobile = 'cm',
Chromium = 'cr',
MozillaFirefox = 'ff',
Safari = 'sf',
MobileSafari = 'mf',
MicrosoftEdge = 'ps',
MicrosoftEdgeIOS = 'oi',
OperaMini = 'om',
Opera = 'op',
OperaNext = 'on',
}