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 1b8b6d7 commit f4daf9fCopy full SHA for f4daf9f
README.md
@@ -33,6 +33,7 @@ with [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm):
33
npm i rubico
34
```
35
36
+
37
require `rubico` in [CommonJS](https://nodejs.org/docs/latest/api/modules.html#modules-commonjs-modules):
38
```javascript
39
// import rubico core globally
@@ -54,6 +55,7 @@ const defaultsDeep = require('rubico/x/defaultsDeep')
54
55
const Transducer = require('rubico/Transducer')
56
57
58
59
import `rubico` in the browser:
60
```html [htmlmixed]
61
<!-- import rubico core globally -->
0 commit comments