@kitmi/utils
Version:
A JavaScript utility library for both server and browser
16 lines (15 loc) • 407 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
function isTypedArray(obj) {
return typeof obj === 'object' && Object.getPrototypeOf(obj.constructor).name === 'TypedArray';
}
const _default = isTypedArray;
//# sourceMappingURL=isTypedArray.js.map