UNPKG

prettycats

Version:

Helpful, common, and curried predicates library built on Ramda.

10 lines (6 loc) 113 B
'use strict'; const R = require('ramda'); const isBoolean = R.is(Boolean); module.exports = { isBoolean };