UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

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