UNPKG
ph-dev-tools
Version:
latest (0.0.18)
0.0.18
0.0.16
0.0.15
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Development Tools for PHibernate
github.com/russoturisto/ph-dev-tools
russoturisto/ph-dev-tools
ph-dev-tools
/
test
/
index.ts
7 lines
•
260 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
Goal
}
from
"./track/model/Goal"
;
import
{
Task
}
from
"./track/model/Task"
;
import
{
GoalRepository
}
from
"./track/repository/GoalRepository"
;
import
{
TaskRepository
}
from
"./track/repository/TaskRepository"
;
/** * Created by Papa on 5/17/2016. */