← Back
Editing: index.d.ts
export = isObject; declare function isObject(val: any): boolean; declare namespace isObject {}
Save File
Cancel