UNPKG

@naverpay/hidash

Version:

improved lodash

9 lines (8 loc) 138 B
function n(t) { const e = typeof t; return !!t && (e === "object" || e === "function"); } export { n as default, n as isObject };