Cleanup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-03 04:18:31 +01:00
parent bdfc57481d
commit 8af604831b

View File

@@ -27,20 +27,6 @@ type RemoveAbstractFromImpl<
) )
// export type TraitTag = "@thilawyn/traitify-ts/Trait"
// export type Trait<
// Abstract extends {},
// Impl extends Class<{}, []>,
// > = (
// Opaque<{
// readonly apply: TraitApplier<
// Abstract,
// AddAbstractToImpl<Impl, Abstract>
// >
// }, TraitTag>
// )
export class Trait< export class Trait<
Abstract extends {}, Abstract extends {},
Impl extends Class<{}, []>, Impl extends Class<{}, []>,