UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

7 lines (6 loc) 299 B
export { default as fetchJSON } from './fetchJSON'; export { default as forEach } from './forEach'; export { default as isPromise } from './isPromise'; export { default as map } from './mapPromise'; export { default as sleep } from './sleep'; export { default as throttle } from './throttle';