Sha256: 1b260ca8f804da6ab2f94f8ccd5044de079c612875739a01d71733c3dbf3c616

Contents?: true

Size: 758 Bytes

Versions: 50

Compression:

Stored size: 758 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";
```

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

Version data entries

50 entries across 42 versions & 14 rubygems

Version Path
immosquare-cleaner-0.1.44 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.43 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.42 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.41 node_modules/regenerator-runtime/README.md
immosquare-cleaner-0.1.40 node_modules/regenerator-runtime/README.md
optimacms-0.1.61 spec/dummy/node_modules/babel-runtime/node_modules/regenerator-runtime/README.md
disco_app-0.18.0 test/dummy/node_modules/regenerator-runtime/README.md
disco_app-0.18.2 test/dummy/node_modules/regenerator-runtime/README.md
enju_library-0.3.8 spec/dummy/node_modules/regenerator-runtime/README.md
ilog-0.4.1 node_modules/regenerator-runtime/README.md
ilog-0.4.0 node_modules/regenerator-runtime/README.md
ilog-0.3.3 node_modules/regenerator-runtime/README.md
condenser-0.2 lib/condenser/processors/node_modules/regenerator-runtime/README.md
condenser-0.1 lib/condenser/processors/node_modules/regenerator-runtime/README.md
condenser-0.0.12 lib/condenser/processors/node_modules/regenerator-runtime/README.md
condenser-0.0.11 lib/condenser/processors/node_modules/regenerator-runtime/README.md
condenser-0.0.10 lib/condenser/processors/node_modules/regenerator-runtime/README.md
condenser-0.0.9 lib/condenser/processors/node_modules/regenerator-runtime/README.md
condenser-0.0.8 lib/condenser/processors/node_modules/regenerator-runtime/README.md
jester-data-8.0.0 node_modules/regenerator-runtime/README.md