chore: DRY the types
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user