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

9 lines
180 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
'use strict';
var whichTypedArray = require('which-typed-array');
/** @type {import('.')} */
module.exports = function isTypedArray(value) {
return !!whichTypedArray(value);
};