Skip to content

tetsuo/event-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

event-ts

Example

import * as E from '@tetsuo/event-ts/lib/Event'

E.event.alt(E.from([1, 2]), () => E.of(3))(console.log)

outputs

1
2
3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published