Projekt

Obecné

Profil

Stáhnout (171 Bajtů) Statistiky
| Větev: | Revize:
1
require('./_typed-array')('Int32', 4, function (init) {
2
  return function Int32Array(data, byteOffset, length) {
3
    return init(this, data, byteOffset, length);
4
  };
5
});
(237-237/303)