Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
utf8-byte-length
/
Filename :
index.js
back
Copy
"use strict"; module.exports = function getByteLength(string) { if (typeof string !== "string") { throw new Error("Input must be string"); } return Buffer.byteLength(string, "utf8"); };