UNPKG

sussy-util

Version:
8 lines (7 loc) 228 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) => Object.prototype.toString.call(o);