🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
3 lines
97 B
TypeScript
Executable File
3 lines
97 B
TypeScript
Executable File
declare const cacheGetters: <T>(target: T, ...props: (keyof T)[]) => T;
|
|
export { cacheGetters };
|