Server IP : 162.213.251.212 / Your IP : 18.118.252.210 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/allssztx/needapair.com/node_modules/engine.io/build/parser-v3/ |
Upload File : |
/*! https://mths.be/utf8js v2.1.2 by @mathias */ declare var stringFromCharCode: (...codes: number[]) => string; declare function ucs2decode(string: any): any[]; declare function ucs2encode(array: any): string; declare function checkScalarValue(codePoint: any, strict: any): boolean; declare function createByte(codePoint: any, shift: any): string; declare function encodeCodePoint(codePoint: any, strict: any): string; declare function utf8encode(string: any, opts: any): string; declare function readContinuationByte(): number; declare function decodeSymbol(strict: any): any; declare var byteArray: any; declare var byteCount: any; declare var byteIndex: any; declare function utf8decode(byteString: any, opts: any): string;