UNPKG

meteor-node-stubs

Version:

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

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