@azure/search-documents
Version:
Azure client library to use AI Search for node.js and browser.
8 lines • 416 B
TypeScript
/**
* Returns true if all specified properties of the item are undefined.
* @param item The object to check.
* @param properties The list of property names to check on the item.
* @returns True if all specified properties are undefined, otherwise false.
*/
export declare function areAllPropsUndefined(item: Record<string, any>, properties: string[]): boolean;
//# sourceMappingURL=check-prop-undefined.d.ts.map