Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 18.116.62.198
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
node_modules /
npm /
node_modules /
is-typedarray /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE.md
1.05
KB
-rw-r--r--
README.md
558
B
-rw-r--r--
index.js
1016
B
-rw-r--r--
package.json
1.44
KB
-rw-r--r--
test.js
1.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : test.js
var test = require('tape') var ista = require('./') test('strict', function(t) { t.ok(ista.strict(new Int8Array), 'Int8Array') t.ok(ista.strict(new Int16Array), 'Int16Array') t.ok(ista.strict(new Int32Array), 'Int32Array') t.ok(ista.strict(new Uint8Array), 'Uint8Array') t.ok(ista.strict(new Uint16Array), 'Uint16Array') t.ok(ista.strict(new Uint32Array), 'Uint32Array') t.ok(ista.strict(new Float32Array), 'Float32Array') t.ok(ista.strict(new Float64Array), 'Float64Array') t.ok(!ista.strict(new Array), 'Array') t.ok(!ista.strict([]), '[]') t.end() }) test('loose', function(t) { t.ok(ista.loose(new Int8Array), 'Int8Array') t.ok(ista.loose(new Int16Array), 'Int16Array') t.ok(ista.loose(new Int32Array), 'Int32Array') t.ok(ista.loose(new Uint8Array), 'Uint8Array') t.ok(ista.loose(new Uint16Array), 'Uint16Array') t.ok(ista.loose(new Uint32Array), 'Uint32Array') t.ok(ista.loose(new Float32Array), 'Float32Array') t.ok(ista.loose(new Float64Array), 'Float64Array') t.ok(!ista.loose(new Array), 'Array') t.ok(!ista.loose([]), '[]') t.end() })
Close