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

8 lines
153 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var whichTypedArray = require('which-typed-array');
module.exports = function isTypedArray(value) {
return !!whichTypedArray(value);
};