UNPKG
@jschmold/kor
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
`npm i mocha ts-node typedoc typescript --global`
github.com/jschmold/kor
jschmold/kor
@jschmold/kor
/
dist
/
core
/
model.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
export
declare
function
Model
(
name
:
string
):
(
constructor
:
Function
) =>
void
;
export
declare
function
bindModel
(
arg
:
Function
):
void
;