Sha256: 6de6513adde7d09bd2c06075ef11f809ea70d0005b2e402ab8cfd06052127015

Contents?: true

Size: 761 Bytes

Versions: 118

Compression:

Stored size: 761 Bytes

Contents

# regenerator-runtime

Standalone runtime for
[Regenerator](https://github.com/facebook/regenerator)-compiled generator
and `async` functions.

To import the runtime as a module (recommended), either of the following
import styles will work:
```js
// CommonJS
const regeneratorRuntime = require("regenerator-runtime");

// ECMAScript 2015
import regeneratorRuntime from "regenerator-runtime";
```

To ensure that `regeneratorRuntime` is defined globally, either of the
following styles will work:
```js
// CommonJS
require("regenerator-runtime/runtime");

// ECMAScript 2015
import "regenerator-runtime/runtime.js";
```

To get the absolute file system path of `runtime.js`, evaluate the
following expression:
```js
require("regenerator-runtime/path").path
```

Version data entries

118 entries across 117 versions & 14 rubygems

Version Path
immosquare-cleaner-0.1.67 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.66 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.65 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.64 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.63 node_modules/regenerator-runtime/README.md
rapid_stack-0.2.0 templates/frontend/node_modules/regenerator-runtime/README.md
rapid_stack-0.1.1 templates/FrontEnd/node_modules/regenerator-runtime/README.md
rapid_stack-0.1.0 templates/FrontEnd/node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.62 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.61 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.60 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.59 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.58 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.57 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.56 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.55 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.54 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.53 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.52 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.51 node_modules/regenerator-runtime/README.md