arithmetic-type/double

View on GitHub
src/predicate/ne.js

Summary

Maintainability
A
0 mins
Test Coverage
export const ne = (a, b) => a !== b;