Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/api/util.md
Original file line number Diff line number Diff line change
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