Hi, what do you think about adding a `matchStrict` function that uses strict equality for primitive types? e.g. ``` matchStrict({ x: 3 }, { x: '3' }) === false ```
Hi, what do you think about adding a
matchStrictfunction that uses strict equality for primitive types? e.g.