We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df173a commit c0f8a33Copy full SHA for c0f8a33
doc/manual/usage.md
@@ -1,17 +1,6 @@
1
# Usage
2
3
-> :warning: Depending on your environment, the code may require
4
-> `regeneratorRuntime` to be defined, for instance by importing
5
-> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).
6
-
7
-First, require the polyfill at the entry point of your application
8
-```js
9
-require( 'regenerator-runtime/runtime' ) ;
10
-// or
11
-import 'regenerator-runtime/runtime.js' ;
12
-```
13
14
-Then, import the library where needed
+Import the library where needed
15
```js
16
const operator = require( '@aureooms/js-operator' ) ;
17
// or
0 commit comments