UNPKG

@naverpay/hidash

Version:

improved lodash

9 lines (8 loc) 246 B
import { NUMBER_OBJECT_TAG as o } from "./internal/to-string-tags.mjs"; function e(t) { return typeof t == "number" || typeof t == "object" && t !== null && Object.prototype.toString.call(t) === o; } export { e as default, e as isNumber };