This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9a800e8fa2
angular-cn
/
tools
/
ts-api-guardian
/
test
/
fixtures
/
keyof_expected.d.ts
4 lines
76 B
TypeScript
Raw
Blame
History
export
declare
type
SimpleChanges
<
T
=
any
>
=
{
[
P
in
keyof
T
]
?
:
any
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink