feat: progress
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ export interface Identity extends HKT {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-type-assertion
|
||||
export const never = undefined as never;
|
||||
|
||||
export type Constraint<T, U extends T> = U;
|
||||
export type MaxDepth = 20;
|
||||
|
||||
export class AssertionError extends Error {
|
||||
public constructor(msg?: string) {
|
||||
|
||||
Reference in New Issue
Block a user