UNPKG

@ugo-code/streamline.js

Version:

A utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript

12 lines (11 loc) 282 B
import * as array from "./array"; import * as crypto from "./crypto"; import * as retry from "./retry"; import { singleExecution } from "./singleExecution"; export default { singleExecution, retry, array, crypto, }; export { array, crypto, retry, singleExecution };