function compareEtagDeprecatedDeprecated(will be removed after 0.187.0) use etag/ifMatch and etag/ifNoneMatch instead. import { compareEtag } from "https://deno.land/std@0.190.0/http/util.ts"; compareEtag(a: string, b: string): booleanReturns true if the etags match. Weak etag comparisons are handled. Parametersa: stringb: stringReturnsboolean