mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 19:26:40 +00:00
1 line
88 B
JavaScript
1 line
88 B
JavaScript
module.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined';
|