This commit is contained in:
@@ -5,8 +5,6 @@ export type AbstractTag = "@thilawyn/traitify-ts/Abstract"
|
||||
|
||||
export function abstract<
|
||||
Abstract extends {} = {}
|
||||
>(): (
|
||||
Opaque<Abstract, AbstractTag>
|
||||
) {
|
||||
>(): Opaque<Abstract, AbstractTag> {
|
||||
return undefined as any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user