@opentiny/vue-renderless
Version:
An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
12 lines (11 loc) • 363 B
JavaScript
import "../../../chunk-G2ADBYYC.js";
let objectToString = Object.prototype.toString;
function helperCreateInInObjectString(type) {
return function(obj) {
return "[object " + type + "]" === objectToString.call(obj);
};
}
var helperCreateInInObjectString_default = helperCreateInInObjectString;
export {
helperCreateInInObjectString_default as default
};