Moved Trait helper types to a namespace

This commit is contained in:
Julien Valverdé
2024-02-04 22:20:19 +01:00
parent 1dd118d856
commit 891db74032
3 changed files with 56 additions and 55 deletions

View File

@@ -1,4 +1,4 @@
import { Implements, abstract, expression, trait } from "."
import { Implements, Trait, abstract, expression, trait } from "."
const PrintsHelloOnNew = trait(