@caspingus/lt
Version:
A utility library of helpers and extensions useful when working with Learnosity APIs.
31 lines (30 loc) • 1.07 kB
JavaScript
//#region node_modules/lodash-es/_freeGlobal.js
var e = typeof global == "object" && global && global.Object === Object && global, t = typeof self == "object" && self && self.Object === Object && self, n = e || t || Function("return this")(), r = n.Symbol, i = Object.prototype, a = i.hasOwnProperty, o = i.toString, s = r ? r.toStringTag : void 0;
function c(e) {
var t = a.call(e, s), n = e[s];
try {
e[s] = void 0;
var r = !0;
} catch {}
var i = o.call(e);
return r && (t ? e[s] = n : delete e[s]), i;
}
//#endregion
//#region node_modules/lodash-es/_objectToString.js
var l = Object.prototype.toString;
function u(e) {
return l.call(e);
}
//#endregion
//#region node_modules/lodash-es/_baseGetTag.js
var d = "[object Null]", f = "[object Undefined]", p = r ? r.toStringTag : void 0;
function m(e) {
return e == null ? e === void 0 ? f : d : p && p in Object(e) ? c(e) : u(e);
}
//#endregion
//#region node_modules/lodash-es/isObjectLike.js
function h(e) {
return typeof e == "object" && !!e;
}
//#endregion
export { e as i, m as n, n as r, h as t };