This looks yucky, it will cause an issue for tree shaking:
export class AbuseReportNotFound extends Schema.TaggedErrorClass<AbuseReportNotFound>()(
"AbuseReportNotFound",
{ code: Schema.Number, message: Schema.String },
) {}
T.applyErrorMatchers(AbuseReportNotFound, [{ code: 0 }]);
there are a lot of instances of this; mostly seems limited to cloudflare
This looks yucky, it will cause an issue for tree shaking:
there are a lot of instances of this; mostly seems limited to cloudflare