This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
You've already forked angular-docs-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6948ef125c
angular-docs-cn
/
tools
/
ts-api-guardian
/
test
/
fixtures
/
keyof.d.ts
3 lines
75 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