📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 20:22:39
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs11
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
typedarray
/
example
📍 /opt/alt/alt-nodejs11/root/usr/lib/node_modules/npm/node_modules.bundled/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