node icon indicating copy to clipboard operation
node copied to clipboard

util/types isBigIntObject not documented

Open sparecycles opened this issue 1 year ago • 3 comments

Affected URL(s)

https://nodejs.org/docs/latest/api/util.html

Description of the problem

Hi!

Small issue: isBigIntObject seems to be present in nodejs (22.9.0) via 'node:util/types', but missing from the documentation and it is also missing in DefinitelyTyped.

sparecycles avatar Oct 18 '24 17:10 sparecycles

PRs are always welcome :-)

avivkeller avatar Oct 18 '24 17:10 avivkeller

@RedYetiDev I just make a PR for this issue. It's my first PR ^_^

leviscar avatar Oct 18 '24 20:10 leviscar

@leviscar thanks for making a PR, I did some research and have one minor correction:

https://github.com/nodejs/node/pull/55450/files#r1807010918

sparecycles avatar Oct 18 '24 21:10 sparecycles