Home Manual Reference Source

src/obj/isnot.js

const isnot = (a, b) => a !== b;
export default isnot;