UNPKG

crocks

Version:

A collection of well known Algebraic Datatypes for your utter enjoyment.

9 lines (5 loc) 226 B
/** @license ISC License (c) copyright 2017 original and current authors */ /** @author Ian Hofmann-Hicks (evil) */ var curry = require('../core/curry') var isSame = require('../core/isSame') module.exports = curry(isSame)