Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace use of deprecated util.isArray
Array.isArray() is part of ES5 and has been in Node since at least Node 4, probably earlier even. This package requires Node 16+. As of Node.js 22.0.0, util.isArray has a runtime deprecation warning. Fixes #286.
- Loading branch information