Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ interface Options {
* Interface defining function options when provided a single numeric array.
*/
interface OptionsWithGroups extends Options {
/**
* Significance level (default: 0.05).
*/
alpha?: number;

/**
* Array of group indicators.
*/
groups: Array<any>;
groups: Array<string | number>;
}

/**
Expand Down