1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

feat(constants): add bot as a platform (#540) (#541)

Co-authored-by: Lucio Martinez <martinezlucio.com@gmail.com>
This commit is contained in:
Naor Peled
2023-11-27 16:21:18 +02:00
committed by GitHub
parent 07462efb6a
commit 94ab87ec0e
3 changed files with 3 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ export const PLATFORMS_MAP = {
mobile: 'mobile',
desktop: 'desktop',
tv: 'tv',
bot: 'bot',
};
export const OS_MAP = {