jspsych 7.3.3 → 7.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,12 +1,12 @@
1
- import "regenerator-runtime/runtime.js";
2
- import { JsPsych } from "./JsPsych";
3
- /**
4
- * Creates a new JsPsych instance using the provided options.
5
- *
6
- * @param options The options to pass to the JsPsych constructor
7
- * @returns A new JsPsych instance
8
- */
9
- export declare function initJsPsych(options?: any): JsPsych;
10
- export { JsPsych } from "./JsPsych";
11
- export { JsPsychPlugin, PluginInfo, TrialType, ParameterType, universalPluginParameters, UniversalPluginParameters, } from "./modules/plugins";
12
- export { JsPsychExtension, JsPsychExtensionInfo } from "./modules/extensions";
1
+ import "regenerator-runtime/runtime.js";
2
+ import { JsPsych } from "./JsPsych";
3
+ /**
4
+ * Creates a new JsPsych instance using the provided options.
5
+ *
6
+ * @param options The options to pass to the JsPsych constructor
7
+ * @returns A new JsPsych instance
8
+ */
9
+ export declare function initJsPsych(options?: any): JsPsych;
10
+ export { JsPsych } from "./JsPsych";
11
+ export { JsPsychPlugin, PluginInfo, TrialType, ParameterType, universalPluginParameters, UniversalPluginParameters, } from "./modules/plugins";
12
+ export { JsPsychExtension, JsPsychExtensionInfo } from "./modules/extensions";