Edit File: index.d.ts
export = isObject; declare function isObject(val: any): boolean; declare namespace isObject {}
Back to File Manager