@jecloud/utils
Version:
JECloud 工具库
1 lines • 207 B
JavaScript
import{isString as t,toNumber as e}from"lodash-es";import{decode as o}from"../../base";var s=function(s){var p=t(s)?o(s):s;this.type=e(p.type),this.busType=p.busType,this.content=p.content};export default s;