UNPKG
state-monad-ts
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
state monad in typescript
github.com/ailrk/state-monad-ts
state-monad-ts
/
src
/
index.ts
2 lines
(1 loc)
•
53 B
text/typescript
View Raw
1
2
export
{
RunState
,
Unit
, unit,
State
}
from
'./state'
;