PandiLin / PMatcher

A Pattern Matcher In Typescript Inspired By Software Design For Flexibility
Do What The F*ck You Want To Public License
0 stars 0 forks source link

Generalize equality of two value #5

Open PandiLin opened 3 months ago

PandiLin commented 3 months ago

JavaScript == operator is total garbage, I can try to deep compare two value and object by using: https://lodash.com/docs#isEqual For better generalization.