UNPKG
psytask
Version:
latest (1.2.0)
1.2.0
1.2.0-1
1.2.0-0
1.1.1
1.1.0
1.0.0-rc1
JavaScript Framework for Psychology task
github.com/bluebones-team/psytask
bluebones-team/psytask
psytask
/
index.ts
6 lines
(5 loc)
•
200 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ createApp }
from
'./src/app'
;
export
*
from
'./src/data-collector'
;
export
type
*
from
'./src/scene'
;
export
*
from
'./src/trial-iterator'
;
export
{ h, detectEnvironment }
from
'./src/util'
;