Skip to content

Commit

Permalink
Remove @internal
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmtp committed Jan 14, 2024
1 parent 719d8a2 commit cb17e15
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/tools/frequencyAnalysis/generateBoards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ import { average, roundToDecimals } from "../../utils/utils";
// Log progress after x board generations
const logFrequency = 500;

/**
* @internal
* @param bingoList
* @param numberOfBoards
* @param mode
* @param startSeed
* @param numberOfWorkers
* @param profile
*/
export function generateBoards(
bingoList: BingoList,
numberOfBoards: number,
Expand Down
2 changes: 0 additions & 2 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**
* Calculates the sum of an array of numbers
* @internal
* @param numbers
*/
export function sum(numbers: number[]) {
Expand All @@ -9,7 +8,6 @@ export function sum(numbers: number[]) {

/**
* Calculates the average of an array of numbers
* @internal
* @param numbers
*/
export function average(numbers: number[]) {
Expand Down

0 comments on commit cb17e15

Please sign in to comment.