Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(internal): use strict equality for isObject() (#4493)
In `isObject(x)` use triple equal instead of double equal comparison with `null`, since `undefined` will be ruled out via the `typeof`, and therefore it's sufficient to just check for `null` initially.
- Loading branch information