From c7aaf72695f1e4f4e78d409af446911f6d1deb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Sun, 7 Jan 2024 22:46:59 +0100 Subject: [PATCH] TraitApplier fix --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index cf13964..0d273bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -28,7 +28,7 @@ export type Trait< export type TraitApplier< C extends AbstractClass > = - (Parent: AbstractConstructor) => C + (Parent: AbstractConstructor) => C /** * Returns the class type of a trait.