feat: add .isWeakRef

This commit is contained in:
eric_wang 2022-03-02 21:59:19 +08:00
parent 65ea91297e
commit 9d2121e436
5 changed files with 22 additions and 5 deletions

View file

@ -56,11 +56,11 @@
"ava": "^3.3.0",
"del-cli": "^2.0.0",
"eslint-config-xo-typescript": "^0.26.0",
"jsdom": "^16.0.1",
"jsdom": "^19.0.0",
"rxjs": "^6.4.0",
"tempy": "^0.4.0",
"ts-node": "^8.3.0",
"typescript": "~3.8.2",
"typescript": "^4.6.2",
"xo": "^0.26.1",
"zen-observable": "^0.8.8"
},