This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-python
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
cfc8b215b2359af7c57e97227c09ac37c344ce52
setup-python
/
node_modules
/
bs-logger
/
dist
/
utils
/
cache-getters.d.ts
T
3 lines
97 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Initial pass
2019-06-26 21:12:00 -04:00
declare
const
cacheGetters
:
<
T
>(
target
:
T
,
...
props
:
(
keyof
T
)[])
=>
T
;
export
{
cacheGetters
};
Reference in New Issue
Copy Permalink