1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00
psychojs/index.js
Alain Pitiot 60cfc55627 _
2021-05-31 08:32:35 +02:00

6 lines
226 B
JavaScript

export * as util from './js/util/index.js';
export * as core from './js/core/index.js';
export * as data from './js/data/index.js';
export * as visual from './js/visual/index.js';
export * as sound from './js/sound/index.js';