Skip to main content
Module

x/rambda/source/_internals/compare.js

Faster and smaller alternative to Ramda
Latest
File
export function compare(a, b){ return String(a) === String(b)}