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
0cc9842bf6
angular-docs-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