3 lines
132 B
Plaintext
3 lines
132 B
Plaintext
import type { TSESTree } from '@typescript-eslint/types';
|
|
export declare const getKeys: (node: TSESTree.Node) => readonly string[];
|