Repository URL to install this package:
|
Version:
0.6.0 ▾
|
gateway-proxy
/
usr
/
share
/
gateway-proxy
/
app
/
node_modules
/
bs-logger
/
dist
/
utils
/
cache-getters.d.ts
|
|---|
declare const cacheGetters: <T>(target: T, ...props: (keyof T)[]) => T;
export { cacheGetters };