UNPKG

siesta-lite

Version:

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

6 lines (5 loc) 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.typeOf = function (object) { return Object.prototype.toString.call(object).slice(8, -1); };