mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 18:19:29 +08:00
4 lines
No EOL
182 B
Text
4 lines
No EOL
182 B
Text
import { TSESTree } from '@typescript-eslint/types';
|
|
declare const getKeys: (node: TSESTree.Node) => ReadonlyArray<string>;
|
|
export { getKeys };
|
|
//# sourceMappingURL=get-keys.d.ts.map |