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
c7ad7b432dfb7b6ae0d8cbd1d8e7210f98f5b4bb
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