persona-community-5/.pnpm-store/v3/files/d9/333ef1a9754c77cde5028930c3a5623670bc29d7b10ec21c8b9dff9cc9e290dac2872c74e60301fe8d874da84900cb0f9077e472064590e8264e168bf2d713
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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