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 ac904f9 commit c1333eaCopy full SHA for c1333ea
doc/api/util.md
@@ -1392,6 +1392,11 @@ added: v10.0.0
1392
* Returns: {boolean}
1393
1394
Returns `true` if the value is a native `External` value.
1395
+A native `External` value is a special type of object whose
1396
+data is not stored within the JavaScript managed heap
1397
+and does not conform to standard JavaScript types. Such
1398
+objects are created either by Node.js internals or native
1399
+addons and are wrapped by a JavaScript object.
1400
1401
### `util.types.isFloat32Array(value)`
1402
<!-- YAML
0 commit comments