UNPKG
batboy.mente
Version:
latest (0.2.0)
0.2.0
0.1.3
0.1.1
0.1.0
Utilities for simplifying Javascript development
github.com/cg219/batboy
cg219/batboy
batboy.mente
/
mod.ts
10 lines
(8 loc)
•
164 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{ vow }
from
'./src/vow.ts'
;
import
{ wait }
from
'./src/helpers.ts'
;
import
{ batch }
from
'./src/collections.ts'
;
export
{ vow, wait, batch }