[chore] Upgrade isbot major version
Closed this issue · 0 comments
omrilotan commented
isbot version 4 is meant to improve performance by building the regular expression in build time instead of runtime. It comes with updates to the bot recognition pattern and future support. It is also Typescript.
The basic use migration involves a change to named import:
- import isbot from "isbot"
+ import { isbot } from "isbot"