omrilotan / isbot

🤖/👨‍🦰 Detect bots/crawlers/spiders using the user agent string
https://isbot.js.org/
The Unlicense
876 stars 72 forks source link

Add "isbot.isbot" property and "isbot" named export #234

Closed omrilotan closed 7 months ago

omrilotan commented 7 months ago

This minor version will allow some users to import using the "isbot" property which is similar to the named import (CJS) or the named import for ESM

import { isbot } from "isbot"
omrilotan commented 7 months ago

Branch "3" will maintain support for version 3 for users