UNPKG
@proem/some
Version:
latest (0.0.23)
0.0.23
0.0.22
0.0.21
0.0.20
0.0.19
0.0.18
0.0.17
0.0.16
0.0.15
0.0.12
0.0.6
Proem package for handling possibly null values
github.com/wunderdogsw/proem
wunderdogsw/proem
@proem/some
/
lib
/
index.d.ts
5 lines
•
198 B
TypeScript
View Raw
1
2
3
4
5
export
declare
const
map
: { <A, B>(
value
: A |
null
,
mapper
:
(
value
: A
) =>
B): B |
null
; partial<A, B>(
mapper
:
(
value
: A
) =>
B):
(
value
: A
) =>
B |
null
; };
//# sourceMappingURL=index.d.ts.map