diff --git a/doc/api/util.md b/doc/api/util.md index 6a6eaf65e7ef50..6f120c33a46fe8 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -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)`