4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
import type { TSESTree } from '@typescript-eslint/types';
|
|
declare const getKeys: (node: TSESTree.Node) => readonly string[];
|
|
export { getKeys };
|
|
//# sourceMappingURL=get-keys.d.ts.map |