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