UNPKG

lenye_base

Version:

基础方法

8 lines (5 loc) 138 B
import getTag from './get_tag.js'; function isBoolean(bool) { return getTag(bool) === '[object Boolean]'; } export default isBoolean;