mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-05-04 21:04:51 +09:00

* reimplement loose equality according to MDN (eg, 1 == "1") * improve strict equality (eg, "abc" === "abc" but 'abc' is not 'abc') * add tests for above