(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.awaiting = global.awaiting || {}))); }(this, (function (exports) { 'use strict'; /** * The async/await utility for browsers and Node.js. * * ( * [examples](https://github.com/hunterloftis/awaiting#examples) - * [github](https://github.com/hunterloftis/awaiting) - * [npm](https://www.npmjs.com/package/awaiting) - * [suggestions / bug reports](https://github.com/hunterloftis/awaiting/issues) - * [installation](https://github.com/hunterloftis/awaiting#installation) - * [motivation](https://github.com/hunterloftis/awaiting#motivation) * ) * * **`$ yarn add awaiting`** * * **`$ npm install awaiting --save`** * * **`