UNPKG

curried-intrinsic

Version:
6 lines (5 loc) 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shallowlyEquals = void 0; const shallowlyEquals = (a) => (b) => a == b; exports.shallowlyEquals = shallowlyEquals;