UNPKG

dicom-microscopy-viewer-changed

Version:
8 lines (5 loc) 153 B
'use strict'; var whichTypedArray = require('which-typed-array'); module.exports = function isTypedArray(value) { return !!whichTypedArray(value); };