Skip to content

Commit 4204fa7

Browse files
committed
doc: add see also to README.md
1 parent d329b49 commit 4204fa7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,12 @@ if (global.gc) {
160160
// check the map size
161161
console.log(map.size); // output: 0
162162
```
163+
164+
## See Also
165+
166+
- [Python weakref](https://docs.python.org/3/library/weakref.html) my library is
167+
inspired by this library.
168+
- [MDN - JS WeakMap](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap)
169+
- [MDN - JS WeakSet](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet)
170+
- [MDN - JS WeakRef](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakRef)
171+
- [MDN - JS FinalizationRegistry](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry)

0 commit comments

Comments
 (0)