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';