Skip to:
The functions util.isDate & util.isString have been deprecated for a few years, and have been removed in Node.js 23.
util.isDate
util.isString
In order for nodejs-driver to be supported on recent Node.js versions, we should replace their usages with the ones recommended in the docs.
The functions
util.isDate
&util.isString
have been deprecated for a few years, and have been removed in Node.js 23.In order for nodejs-driver to be supported on recent Node.js versions, we should replace their usages with the ones recommended in the docs.