UNPKG

val-path-helper

Version:

val path helper

3 lines 122 B
export const isObj = (val: any): val is Object => { return Object.prototype.toString.call(val) === '[object Object]' }