UNPKG

sussy-util

Version:
10 lines (9 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @param {any} o - o * @returns {string} Returns [type Type] of the given object */ exports.default = (o) => { return Object.prototype.toString.call(o); };