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 c1c09c6 commit 17e5e11Copy full SHA for 17e5e11
README.md
@@ -42,7 +42,7 @@ limitations under the License.
42
## Usage
43
44
```javascript
45
-import deepEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-deep-equal@esm/index.mjs';
+import deepEqual from 'https://cdn.jsdelivr.net/gh/stdlib-js/assert-deep-equal@v0.2.2-esm/index.mjs';
46
```
47
48
#### deepEqual( a, b )
@@ -89,7 +89,7 @@ bool = deepEqual( { 'a': 2 }, { 'a': [ 2 ] } );
89
<body>
90
<script type="module">
91
92
93
94
var a = [ true, false, true ];
95
var b = [ true, false, true ];
0 commit comments