0.1.0 #1
1
.npmrc
Normal file
1
.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
@thilawyn:registry=https://git.jvalver.de/api/packages/thilawyn/npm/
|
||||
2
bunfig.toml
Normal file
2
bunfig.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
[install.scopes]
|
||||
"@thilawyn" = "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||
@@ -28,6 +28,7 @@
|
||||
"clean:node": "rm -rf node_modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"@thilawyn/thilatrait": "^20231230.0.0",
|
||||
"effect": "^2.0.0-next.62",
|
||||
"lodash-es": "^4.17.21",
|
||||
"type-fest": "^4.9.0",
|
||||
|
||||
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