🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-08 12:52:29 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
typedarray
/
example
📍 /usr/lib/node_modules/npm/node_modules/typedarray/example
🔄 Refresh
✏️
Editing: tarray.js
Read Only
var Uint8Array = require('../').Uint8Array; var ua = new Uint8Array(5); ua[1] = 256 + 55; console.log(ua[1]);
💾 Save Changes
❌ Cancel