UNPKG

@zuiwoxing/posisi

Version:

一款基于typescript 前端控制组件,包括(IOC,AOP,Feign,Logger,Util等)

18 lines (17 loc) 304 B
/** *@desc *@author liudejian *@date 2020-06-12 10:11 **/ export default class AssertUtil { /** * 不能为空判断 * @param obj */ static notNull(obj: any, message?: string): any; /** * 包装空对象 * @param obj */ static wrapNull(obj: any): any; }