Skip to content

Commit

Permalink
feat: expose getGHSSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Mar 13, 2024
1 parent 3dbc8e7 commit c302e65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/compoundData/CompoundData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ export class CompoundData {
return getGHSSummary(this.data);
}

getGHSSummary(options) {
return getGHSSummary(this.data, options);
}

/**
* Canonical SMILES
*/
Expand Down

0 comments on commit c302e65

Please sign in to comment.