/** @module data */
/**
* Trial Handler
*
* @author Alain Pitiot
* @version 2020.5
* @copyright (c) 2020 Ilixa Ltd. ({@link http://ilixa.com})
* @license Distributed under the terms of the MIT License
*/
import {PsychObject} from '../util/PsychObject';
import * as util from '../util/Util';
/**
*
A Trial Handler handles the importing and sequencing of conditions.
*
* @class
* @extends PsychObject
* @param {Object} options
* @param {module:core.PsychoJS} options.psychoJS - the PsychoJS instance
* @param {Array.