This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
certimate
mirror of
https://github.com/usual2970/certimate
Watch
1
Star
0
Fork
You've already forked certimate
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
certimate
/
ui
/
types
/
global.utility.d.ts
8 lines
107 B
TypeScript
Raw
Permalink
Blame
History
declare
global
{
type
Nullish
<
T
>
=
{
[
P
in
keyof
T
]
?
:
T
[
P
]
|
null
|
undefined
;
}
;
}
export
{
}
;
Reference in New Issue
View Git Blame
Copy Permalink