UNPKG

crocks

Version:

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

9 lines (6 loc) 191 B
/** @license ISC License (c) copyright 2019 original and current authors */ /** @author Benny Powers (bennypowers) */ function isMap(x) { return x instanceof Map } module.exports = isMap