Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
cal.com
/
cal.com
/
node_modules
/
process-wrapper
/
dist
/
Filename :
test_functions.d.ts
back
Copy
export declare const mapFunctions: readonly [readonly ["undefined", undefined, "Something to stdout\nAnother thing to stdout\n", "Something to stderr\n"], readonly ["noop", (line: string) => string, "Something to stdout\nAnother thing to stdout\n", "Something to stderr\n"], readonly ["prefix", (line: string) => string, "prefix: Something to stdout\nprefix: Another thing to stdout\n", "prefix: Something to stderr\n"], readonly ["suffix", (line: string) => string, "Something to stdout (suffix)\nAnother thing to stdout (suffix)\n", "Something to stderr (suffix)\n"], readonly ["replace", (line: string) => string, "Somkthing to stdout\nAnothkr thing to stdout\n", "Somkthing to stdkrr\n"]]; export declare const getMapFunction: (name?: string) => ((line: string) => string) | undefined;