sindresorhus / is

Type check values
MIT License
1.68k stars 109 forks source link

Support WeakRef #143

Closed fabiospampinato closed 2 years ago

fabiospampinato commented 2 years ago

Support for WeakRef should probably be added.

bigbigDreamer commented 2 years ago

165

bigbigDreamer commented 2 years ago

Unfortunately, I have not found a solution on how to simulate the behavior of WeakRef. At present, because JSOM simulation is limited to Node V14.6.0+, the test of the lower version fails, so I can only temporarily close this PR, thank you for your understanding

sindresorhus commented 2 years ago

Fixed by https://github.com/sindresorhus/is/pull/165