Working exp.extends()
This commit is contained in:
@@ -48,6 +48,8 @@ const exp = expresses(
|
||||
)
|
||||
type Impl = Implements<typeof exp>
|
||||
|
||||
class User implements Implements<typeof exp> {
|
||||
class User extends exp.extends() implements Implements<typeof exp> {
|
||||
id: bigint = -1n
|
||||
}
|
||||
|
||||
new User().id
|
||||
|
||||
Reference in New Issue
Block a user