This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
elk
mirror of
https://github.com/elk-zone/elk.git
Watch
1
Star
0
Fork
You've already forked elk
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2e97780899
elk
/
types
/
utils.ts
4 lines
61 B
TypeScript
Raw
Blame
History
export
type
Mutable
<
T
>
=
{
-
readonly
[
P
in
keyof
T
]
:
T
[
P
]
}
Reference in New Issue
View Git Blame
Copy Permalink