variable decompressToJSONimport { decompressToJSON } from "https://deno.land/x/live@1.25.4/utils/zstd.ts"; type<T>(data: Uint8Array, intercept?: (str: string) => string) => T