astro-ghostcms/.pnpm-store/v3/files/f7/dc5ec7176470028302034b3bfb4...

8 lines
153 B
Plaintext

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