📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
9879.66 KB
0644
🗑️
⬇️
✏️
🔒
Editing: index.js
'use strict'; var $TypeError = require('es-errors/type'); var callBound = require('call-bound'); var $dataViewByteOffset = callBound('DataView.prototype.byteOffset', true); var isDataView = require('is-data-view'); // node <= 0.10, < 0.11.4 has a nonconfigurable own property instead of a prototype getter /** @type {import('.')} */ module.exports = $dataViewByteOffset || function byteOffset(x) { if (!isDataView(x)) { throw new $TypeError('not a DataView'); } return x.byteOffset; };
💾 Save Changes