repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
61fbfb2
parent
e829ea4
author
Eric Bower
date
2023-04-20 01:14:46 +0000 UTC
chore: remove .bak file
2 files changed,  +1, -13
M .gitignore
+1, -0
1@@ -3,3 +3,4 @@
2 node_modules/
3 npm/
4 .DS_Store
5+*.bak
D README.md.bak
+0, -13
 1@@ -1,13 +0,0 @@
 2-# starfx
 3-
 4-This project is under active development, there are zero guarentees for API
 5-stability.
 6-
 7-## features
 8-
 9-- async flow control library for deno, node, and browser
10-
11-## usage
12-
13-Please see [examples/basic](./examples/basic) and [tests](./test) to understand
14-how it works.