UNPKG

@1studio/utils

Version:

A collection of useful utilities.

14 lines (10 loc) 157 B
/** * @fileOverview Mathematical utilities * @namespace promise */ import delay from './promise/delay'; export { delay }; export default { delay, };