This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
ghostfolio
mirror of
https://github.com/ghostfolio/ghostfolio
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
158
Commits
1
Branch
557
Tags
87 MiB
TypeScript
71.5%
HTML
25.4%
SCSS
2.1%
JavaScript
0.6%
CSS
0.3%
Tree:
e87c942cb8
ghostfolio
/
apps
/
client
/
src
/
app
/
util
/
rxjs.util.ts
3 lines
92 B
Raw
Blame
History
export
function
isNonNull
<
T
>
(
value
:
T
)
:
value
is
NonNullable
<
T
>
{
return
value
!=
null
;
}
Reference in new issue