暂无描述

index.d.ts 97B

    export = isObject; declare function isObject(val: any): boolean; declare namespace isObject {}