UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

12 lines (8 loc) 156 B
const HAS_TYPED_ARRAYS = typeof Uint32Array !== 'undefined'; let A; if (HAS_TYPED_ARRAYS) { A = Uint32Array; } else { A = Array; } export default A;