mirror of
https://github.com/musix-org/musix-oss
synced 2025-01-22 16:53:26 +00:00
2 lines
88 B
JavaScript
2 lines
88 B
JavaScript
module.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined';
|