UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

9 lines (7 loc) 175 B
/* eslint-disable valid-typeof */ function helperCreateInTypeof (type) { return function (obj) { return typeof obj === type } } module.exports = helperCreateInTypeof