You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [Working with the npm registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry) for more information.
58
+
59
+
# Usage
16
60
17
61
```typescript
18
62
import { WishMap } from'@danliyev/wishmap'
@@ -42,6 +86,6 @@ map.some(v => v > 2) // true
42
86
map.reduce((acc, v) =>acc+v, 0) // 6
43
87
```
44
88
45
-
##License
89
+
# License
46
90
47
91
This project is licensed under the [MIT License](./LICENSE).
0 commit comments