chore: DRY the types

This commit is contained in:
2026-07-03 18:55:34 +02:00
parent a57b11b451
commit 045eae553d
6 changed files with 261 additions and 123 deletions
-2
View File
@@ -7,8 +7,6 @@ export interface Identity extends HKT {
// eslint-disable-next-line @typescript-eslint/no-unsafe-type-assertion
export const never = undefined as never;
export type MaxDepth = 20;
export class AssertionError extends Error {
public constructor(msg?: string) {
super(msg);