This website requires JavaScript.
Explore
Help
Register
Sign In
public-offering
/
cal.pub0.org
Watch
1
Star
0
Fork
You've already forked cal.pub0.org
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
test/google-calendar
cal.pub0.org
/
packages
/
lib
/
array.ts
2 lines
79 B
TypeScript
Raw
Permalink
Blame
History
export
const
notUndefined
=
<
T
>
(
val
:
T
|
undefined
)
:
val
is
T
=
>
Boolean
(
val
)
;
Reference in New Issue
View Git Blame
Copy Permalink