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
c6fa712b10
cal.pub0.org
/
lib
/
asStringOrNull.tsx
4 lines
96 B
TypeScript
Raw
Blame
History
export
function
asStringOrNull
(
str
:
unknown
)
{
return
typeof
str
===
"string"
?
str
:
null
;
}
Reference in New Issue
View Git Blame
Copy Permalink