mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00

Implements simulation mode in the core library, supporting API features, and plugin support in most plugins.
242 B
242 B
jspsych |
---|
patch |
The weights argument for randomization.sampleWithReplacement()
is now explicitly marked as optional in TypeScript. This has no impact on usage, as the implementation was already treating this argument as optional.