UNPKG
jspsych
Version:
latest (8.2.3)
8.2.3
8.2.2
8.2.1
8.2.0
8.1.0
8.0.3
8.0.2
8.0.1
8.0.0
7.3.4
7.3.3
7.3.2
7.3.1
7.3.0
7.2.3
7.2.2
7.2.1
7.2.0
7.1.2
7.1.1
7.1.0
7.0.0
6.3.1
6.3.0
6.2.0
6.1.0
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
Behavioral experiments in a browser
www.jspsych.org
jspsych/jsPsych
jspsych
/
dist
/
modules
/
data
/
utils.d.ts
4 lines
(3 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
export
declare
function
saveTextToFile
(
textstr
:
string
,
filename
:
string
):
void
;
export
declare
function
JSON2CSV
(
objArray
:
any
):
string
;
export
declare
function
getQueryString
(
): {};