UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

4 lines (3 loc) 116 B
export const typeOf = (object : any) : string => { return Object.prototype.toString.call(object).slice(8, -1) }