UNPKG

crocks

Version:

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

10 lines (7 loc) 218 B
/** @license ISC License (c) copyright 2019 original and current authors */ /** @author Dale Francis (dalefrancis88) */ // isFalse : a -> Boolean function isFalse(x) { return x === false } module.exports = isFalse