7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
2 lines
97 B
TypeScript
2 lines
97 B
TypeScript
declare const cacheGetters: <T>(target: T, ...props: (keyof T)[]) => T;
|
|
export { cacheGetters };
|