astro-ghostcms/.pnpm-store/v3/files/49/406e710f1a31b9f3c880b7a5c10...

9 lines
180 B
Plaintext

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