We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ad12b commit 6cfc4dcCopy full SHA for 6cfc4dc
doc/api/util.md
@@ -1391,6 +1391,11 @@ added: v10.0.0
1391
* Returns: {boolean}
1392
1393
Returns `true` if the value is a native `External` value.
1394
+A native `External` value is a special type of object whose
1395
+data is not stored within the JavaScript managed heap
1396
+and does not conform to standard JavaScript types. Such
1397
+objects are created either by Node.js internals or native
1398
+addons and are wrapped by a JavaScript object.
1399
1400
### `util.types.isFloat32Array(value)`
1401
<!-- YAML
0 commit comments