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 a793638 commit 08739f4Copy full SHA for 08739f4
README.md
@@ -27,7 +27,7 @@ set.size; // 2
27
Now, using deep equality:
28
29
```typescript
30
-import { DeepSet } from '@adamhamlin/deep-equality-data-strucures';
+import { DeepSet } from 'deep-equality-data-structures';
31
32
interface MyObject {
33
a: number;
0 commit comments