Skip to content

ulrikstrid/bs-callbag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BsCallbag

This is my try at implementing the callbag spec in reasonml.

Example

Callbag.interval(1000) |> Callbag.take(3) |> Callbag.observe(d => Js.log(d));

Should log 0, 1, 2

Build

npm run build

Build + Watch

npm run watch

Editor

If you use vscode, Press Windows + Shift + B it will build automatically

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages