Home Manual Reference Source

src/predicate/eq.js

export const eq = (a, b) => a === b;