UNPKG
@rawmodel/schema
Version:
latest (3.3.4)
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
3.0.0-alpha9
3.0.0-alpha8
3.0.0-alpha7
3.0.0-alpha6
3.0.0-alpha5
3.0.0-alpha4
3.0.0-alpha3
3.0.0-alpha1
JSON Schema utils for RawModel.
github.com/rawmodel/framework
rawmodel/framework
@rawmodel/schema
/
dist
/
core
/
builder.d.ts
4 lines
(3 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
import
{
Model
}
from
'@rawmodel/core'
;
import
{
SchemaRecipe
}
from
'./types'
;
export
declare
function
createModelClass
(
recipe: SchemaRecipe
):
typeof
Model
;