0.1.0 #1

Merged
Thilawyn merged 65 commits from next into master 2024-02-06 03:15:40 +01:00
Showing only changes of commit c044051813 - Show all commits

View File

@@ -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
}