JsonifiableSchemable
This commit is contained in:
11
src/JsonifiableSchemable.ts
Normal file
11
src/JsonifiableSchemable.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { trait } from "@thilawyn/thilatrait"
|
||||
|
||||
|
||||
export const JsonifiableSchemable = () =>
|
||||
trait(Parent => {
|
||||
abstract class JsonifiableSchemable extends Parent {
|
||||
|
||||
}
|
||||
|
||||
return JsonifiableSchemable
|
||||
})
|
||||
Reference in New Issue
Block a user