mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
2 lines
432 B
JavaScript
2 lines
432 B
JavaScript
const a=Object.prototype.toString,o=t=>a.call(t),p=t=>o(t).slice(8,-1),y=Array.isArray,b=t=>o(t)==="[object Date]",c=t=>typeof t=="function",f=t=>typeof t=="string",j=t=>typeof t=="boolean",i=t=>t!==null&&typeof t=="object",g=t=>i(t)&&c(t.then)&&c(t.catch),l=t=>o(t)==="[object Object]";var u=(t,e)=>{const s=t.__vccOpts||t;for(const[n,r]of e)s[n]=r;return s};export{u as _,f as a,l as b,g as c,y as d,b as e,j as f,c as i,p as t};
|