debian-mirror-gitlab/core-js/internals/array-buffer-native.js

2 lines
88 B
JavaScript
Raw Normal View History

2020-01-12 00:16:45 +05:30
module.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined';