86557cb9457eb92fb583c946a48b00e85b82e87f
[platform/framework/web/crosswalk-tizen.git] /
1 var isKind = require('./isKind');
2     /**
3      */
4     function isBoolean(val) {
5         return isKind(val, 'Boolean');
6     }
7     module.exports = isBoolean;
8