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
/
fromFalsy.d.ts
4 lines
•
201 B
TypeScript
View Raw
1
2
3
4
import
type
Maybe
from
'./Maybe.js'
;
import
{
Falsy
,
NonFalsy
}
from
'@bitty/falsy'
;
export
default
function
fromFalsy<R>(
value
?:
Falsy
| R):
Maybe
<
NonFalsy
<R>>;
//# sourceMappingURL=fromFalsy.d.ts.map