Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Oct 12, 2023
1 parent 882020c commit f49b25a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chart-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export type ValidatorResult = {
errors?: string[];
}

/**
* The Char Validator class to validate data and options inputs.
*/
export class ChartValidator {

// The JSON validator used by ChartValidate
Expand Down

0 comments on commit f49b25a

Please sign in to comment.