/** * This package contains helpers for using JavaScript promises. * * @packageDocumentation */ export * from './abortable'; export * from './race';