Projekt

Obecné

Profil

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