Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
eslint-visitor-keys /
dist /
Delete
Unzip
Name
Size
Permission
Date
Action
eslint-visitor-keys.cjs
6.94
KB
-rw-r--r--
2022-09-29 14:31
eslint-visitor-keys.cjs.map
13.78
KB
-rw-r--r--
2022-09-29 14:31
index.d.ts
608
B
-rw-r--r--
2022-09-29 14:31
index.d.ts.map
205
B
-rw-r--r--
2022-09-29 14:31
visitor-keys.d.ts
254
B
-rw-r--r--
2022-09-29 14:31
visitor-keys.d.ts.map
190
B
-rw-r--r--
2022-09-29 14:31
Save
Rename
/** * Get visitor keys of a given node. * @param {object} node The AST node to get keys. * @returns {readonly string[]} Visitor keys of the node. */ export function getKeys(node: object): readonly string[]; /** * Make the union set with `KEYS` and given keys. * @param {VisitorKeys} additionalKeys The additional keys. * @returns {VisitorKeys} The union set. */ export function unionWith(additionalKeys: VisitorKeys): VisitorKeys; export { KEYS }; export type VisitorKeys = { readonly [type: string]: readonly string[]; }; import KEYS from "./visitor-keys.js"; //# sourceMappingURL=index.d.ts.map