UNPKG

crocks

Version:

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

8 lines (5 loc) 243 B
/** @license ISC License (c) copyright 2017 original and current authors */ /** @author Ian Hofmann-Hicks (evil) */ var fulfills = function (algs) { return function (test) { return algs.indexOf(test) !== -1; }; } module.exports = fulfills