Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add UserAgentCheck constructor accepting an array of user agents
This commit refactors the `UserAgentCheck` class by adding a constructor that accepts an array of user agents. The constructor now loops through the user agents and adds them to the respective arrays (`browsers` or `bots`) based on their type. This change improves the convenience of the `UserAgentCheck` class.
- Loading branch information