UNPKG

@daysnap/utils

Version:
9 lines (7 loc) 137 B
// src/typeOf.ts function typeOf(val) { return Object.prototype.toString.call(val).slice(8, -1).toLowerCase(); } export { typeOf };