UNPKG

meteor-node-stubs

Version:

Stub implementations of Node built-in modules, a la Browserify

9 lines (6 loc) 180 B
'use strict'; var whichTypedArray = require('which-typed-array'); /** @type {import('.')} */ module.exports = function isTypedArray(value) { return !!whichTypedArray(value); };