aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/boolean/index.js
blob: ffd3fd253b43d5a6562e1f8df8515acb84f17082 (plain)
1
2
3
4
5
"use strict";

module.exports = {
	isBoolean: require("./is-boolean")
};