index.js 73 B

12345
  1. 'use strict';
  2. module.exports = {
  3. isBoolean: require('./is-boolean')
  4. };