UNPKG

batboy.mente

Version:

Utilities for simplifying Javascript development

10 lines (8 loc) 164 B
import { vow } from './src/vow.ts'; import { wait } from './src/helpers.ts'; import { batch } from './src/collections.ts'; export { vow, wait, batch }