UNPKG

@sap-cloud-sdk/core

Version:
8 lines 364 B
/** * Extractor for the ETag for OData v2 responses used in [[entityDeserializer]]. * @param json - Response data from which the ETag is extracted. * @returns The ETag. */ export declare function extractODataEtag(json: Record<string, any>): string | undefined; export { extractODataEtag as extractODataEtagV2 }; //# sourceMappingURL=extract-odata-etag.d.ts.map