UNPKG
funcdor
Version:
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
Functional do style library
github.com/joaop-oliveira/dotfp
joaop-oliveira/dotfp
funcdor
/
src
/
definitions
/
index.ts
2 lines
(1 loc)
•
48 B
text/typescript
View Raw
1
2
export
type
Returnable
<T, R> =
(
value
: T
) =>
R;