Skip to content

Commit

Permalink
doc: explain native external types
Browse files Browse the repository at this point in the history
There is a reference to native external types in
util.types.isExternal api documentation. Provide
a brief explanation to that.
Refs: nodejs#31173 (comment)
  • Loading branch information
HarshithaKP committed Jan 6, 2020
1 parent 8a96d05 commit 3da691b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/util.md
Expand Up @@ -1392,6 +1392,9 @@ added: v10.0.0
* Returns: {boolean}

Returns `true` if the value is a native `External` value.
`native external` is data that is:
i) not stored inside JS heap
ii) not conformant to JS types

### `util.types.isFloat32Array(value)`
<!-- YAML
Expand Down

0 comments on commit 3da691b

Please sign in to comment.