Files
2026-02-25 00:50:23 +05:30

3 lines
123 B
JavaScript

exports.ARRAY_BUFFER_SUPPORT = typeof ArrayBuffer !== 'undefined';
exports.SYMBOL_SUPPORT = typeof Symbol !== 'undefined';