ReferenceTypeScript APIInterfacesObjectConstructorOn this pageObjectConstructorMethodsisEmptyisEmpty: (object: Record<string, any>) => booleaneacheach: <T>(object: { [key: string]: T; }, callback: (value: T, key?: string) => boolean | void, context?: any) => boolean