UNPKG
@jspsych/new-timeline
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
CLI tool for creating new jsPsych timelines
@jspsych/new-timeline
/
templates
/
timeline-template-ts
/
src
/
index.ts
9 lines
(5 loc)
•
148 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
JsPsych
}
from
"jspsych"
export
function
createTimeline
(
jsPsych:JsPsych, {}
){ }
export
const
timelineUnits = {}
export
const
utils = {}