UNPKG

@stdlib/array-base-assert-is-complex64array

Version:

Test if a value is a Complex64Array.

6 lines (5 loc) 352 B
"use strict";var o=function(r,t){return function(){return t||r((t={exports:{}}).exports,t),t.exports}};var e=o(function(p,E){ var s=8;function n(r){return typeof r=="object"&&r!==null&&r.constructor.name==="Complex64Array"&&r.BYTES_PER_ELEMENT===s}E.exports=n });var c=e();module.exports=c; /** @license Apache-2.0 */ //# sourceMappingURL=index.js.map