UNPKG
@bitty/maybe
Version:
latest (0.3.0)
pnpm-temp (0.0.2)
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Maybe
github.com/VitorLuizC/maybe
VitorLuizC/maybe
@bitty/maybe
/
types
/
fromNullish.d.ts
4 lines
•
215 B
TypeScript
View Raw
1
2
3
4
import
type
Maybe
from
'./Maybe.js'
;
import
{
Nullish
,
NonNullish
}
from
'@bitty/nullish'
;
export
default
function
fromNullish<R>(
value
?:
Nullish
| R):
Maybe
<
NonNullish
<R>>;
//# sourceMappingURL=fromNullish.d.ts.map