UNPKG

@farris/devkit-vue

Version:
8 lines (7 loc) 135 B
declare class TypeUtil { /** * 是否为Promsie对象 */ static isPromise(obj: any): boolean; } export { TypeUtil };