Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.15.22.62
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
rx /
ts /
Delete
Unzip
Name
Size
Permission
Date
Action
core
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
es6-promise.es6.d.ts
3.72
KB
-rw-rw-r--
2022-08-30 11:49
iterable.es6.d.ts
5.23
KB
-rw-rw-r--
2022-08-30 11:49
rx.aggregates.d.ts
15.92
KB
-rw-rw-r--
2022-08-30 11:49
rx.aggregates.es6.d.ts
17.43
KB
-rw-rw-r--
2022-08-30 11:49
rx.all.d.ts
336.54
KB
-rw-rw-r--
2022-08-30 11:49
rx.all.es6.d.ts
337.88
KB
-rw-rw-r--
2022-08-30 11:49
rx.async.d.ts
25.97
KB
-rw-rw-r--
2022-08-30 11:49
rx.async.es6.d.ts
25.97
KB
-rw-rw-r--
2022-08-30 11:49
rx.backpressure.d.ts
3.39
KB
-rw-rw-r--
2022-08-30 11:49
rx.backpressure.es6.d.ts
3.39
KB
-rw-rw-r--
2022-08-30 11:49
rx.binding.d.ts
17.75
KB
-rw-rw-r--
2022-08-30 11:49
rx.binding.es6.d.ts
17.75
KB
-rw-rw-r--
2022-08-30 11:49
rx.coincidence.d.ts
15.32
KB
-rw-rw-r--
2022-08-30 11:49
rx.coincidence.es6.d.ts
15.32
KB
-rw-rw-r--
2022-08-30 11:49
rx.core.binding.d.ts
17.28
KB
-rw-rw-r--
2022-08-30 11:49
rx.core.binding.es6.d.ts
17.28
KB
-rw-rw-r--
2022-08-30 11:49
rx.core.d.ts
23.42
KB
-rw-rw-r--
2022-08-30 11:49
rx.core.es6.d.ts
23.25
KB
-rw-rw-r--
2022-08-30 11:49
rx.core.testing.d.ts
12.09
KB
-rw-rw-r--
2022-08-30 11:49
rx.core.testing.es6.d.ts
12.09
KB
-rw-rw-r--
2022-08-30 11:49
rx.d.ts
167.13
KB
-rw-rw-r--
2022-08-30 11:49
rx.es6.d.ts
166.96
KB
-rw-rw-r--
2022-08-30 11:49
rx.experimental.d.ts
34.35
KB
-rw-rw-r--
2022-08-30 11:49
rx.experimental.es6.d.ts
34.35
KB
-rw-rw-r--
2022-08-30 11:49
rx.joinpatterns.d.ts
9.35
KB
-rw-rw-r--
2022-08-30 11:49
rx.joinpatterns.es6.d.ts
9.35
KB
-rw-rw-r--
2022-08-30 11:49
rx.lite.d.ts
209.5
KB
-rw-rw-r--
2022-08-30 11:49
rx.lite.es6.d.ts
209.33
KB
-rw-rw-r--
2022-08-30 11:49
rx.lite.extras.d.ts
11.89
KB
-rw-rw-r--
2022-08-30 11:49
rx.lite.extras.es6.d.ts
11.89
KB
-rw-rw-r--
2022-08-30 11:49
rx.sorting.d.ts
824
B
-rw-rw-r--
2022-08-30 11:49
rx.sorting.es6.d.ts
824
B
-rw-rw-r--
2022-08-30 11:49
rx.testing.d.ts
10.03
KB
-rw-rw-r--
2022-08-30 11:49
rx.testing.es6.d.ts
10.03
KB
-rw-rw-r--
2022-08-30 11:49
rx.time.d.ts
34.2
KB
-rw-rw-r--
2022-08-30 11:49
rx.time.es6.d.ts
34.2
KB
-rw-rw-r--
2022-08-30 11:49
rx.virtualtime.d.ts
2.66
KB
-rw-rw-r--
2022-08-30 11:49
rx.virtualtime.es6.d.ts
2.66
KB
-rw-rw-r--
2022-08-30 11:49
tsconfig.json
9.91
KB
-rw-rw-r--
2022-08-30 11:49
Save
Rename
interface PromiseLike<T> { /** * Attaches callbacks for the resolution and/or rejection of the Promise. * @param onfulfilled The callback to execute when the Promise is resolved. * @param onrejected The callback to execute when the Promise is rejected. * @returns A Promise for the completion of which ever callback is executed. */ then<TResult>(onfulfilled?: (value: T) => TResult | PromiseLike<TResult>, onrejected?: (reason: any) => TResult | PromiseLike<TResult>): PromiseLike<TResult>; then<TResult>(onfulfilled?: (value: T) => TResult | PromiseLike<TResult>, onrejected?: (reason: any) => void): PromiseLike<TResult>; } /** * Represents the completion of an asynchronous operation */ interface Promise<T> { /** * Attaches callbacks for the resolution and/or rejection of the Promise. * @param onfulfilled The callback to execute when the Promise is resolved. * @param onrejected The callback to execute when the Promise is rejected. * @returns A Promise for the completion of which ever callback is executed. */ then<TResult>(onfulfilled?: (value: T) => TResult | PromiseLike<TResult>, onrejected?: (reason: any) => TResult | PromiseLike<TResult>): Promise<TResult>; then<TResult>(onfulfilled?: (value: T) => TResult | PromiseLike<TResult>, onrejected?: (reason: any) => void): Promise<TResult>; /** * Attaches a callback for only the rejection of the Promise. * @param onrejected The callback to execute when the Promise is rejected. * @returns A Promise for the completion of the callback. */ catch(onrejected?: (reason: any) => T | PromiseLike<T>): Promise<T>; catch(onrejected?: (reason: any) => void): Promise<T>; [Symbol.toStringTag]: string; } interface PromiseConstructor { /** * A reference to the prototype. */ prototype: Promise<any>; /** * Creates a new Promise. * @param executor A callback used to initialize the promise. This callback is passed two arguments: * a resolve callback used resolve the promise with a value or the result of another promise, * and a reject callback used to reject the promise with a provided reason or error. */ new <T>(executor: (resolve: (value?: T | PromiseLike<T>) => void, reject: (reason?: any) => void) => void): Promise<T>; /** * Creates a Promise that is resolved with an array of results when all of the provided Promises * resolve, or rejected when any Promise is rejected. * @param values An array of Promises. * @returns A new Promise. */ all<T>(values: Iterable<T | PromiseLike<T>>): Promise<T[]>; /** * Creates a Promise that is resolved or rejected when any of the provided Promises are resolved * or rejected. * @param values An array of Promises. * @returns A new Promise. */ race<T>(values: Iterable<T | PromiseLike<T>>): Promise<T>; /** * Creates a new rejected promise for the provided reason. * @param reason The reason the promise was rejected. * @returns A new rejected Promise. */ reject(reason: any): Promise<void>; /** * Creates a new rejected promise for the provided reason. * @param reason The reason the promise was rejected. * @returns A new rejected Promise. */ reject<T>(reason: any): Promise<T>; /** * Creates a new resolved promise for the provided value. * @param value A promise. * @returns A promise whose internal state matches the provided promise. */ resolve<T>(value: T | PromiseLike<T>): Promise<T>; /** * Creates a new resolved promise . * @returns A resolved promise. */ resolve(): Promise<void>; [Symbol.species]: Function; } declare var Promise: PromiseConstructor;