404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.15.147.225: ~ $
export declare const EMAIL_REGEX: RegExp;
export declare const URL_REGEX: RegExp;
export declare function isValidEmail(email?: any): boolean;
export declare function isValidURL(url?: any): boolean;
export declare function strcmp(a: string | undefined, b: string | undefined): number;
export declare function str2num(value: any, defaultValue?: number): number;
export interface SlugifyOptions {
    separator?: string;
}
/**
 * Create a slug out of an input string.
 *
 * Whitespace is trimmed, everything is lowercased, some international
 * characters are converted, then dasherized.
 */
export declare function slugify(input: string, { separator }?: SlugifyOptions): string;

Filemanager

Name Type Size Permission Actions
fn.d.ts File 200 B 0644
fn.js File 591 B 0644
ipc.d.ts File 1.67 KB 0644
ipc.js File 5.2 KB 0644
node.d.ts File 637 B 0644
node.js File 1.7 KB 0644
promise.d.ts File 1.22 KB 0644
promise.js File 1.64 KB 0644
string.d.ts File 677 B 0644
string.js File 1.53 KB 0644