Skip to content

Commit

Permalink
docs: fix DataXY type
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Nov 14, 2024
1 parent 53a32e6 commit 3cd345f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@vitest/coverage-v8": "^2.1.5",
"cheminfo-build": "^1.2.0",
"cheminfo-types": "^1.8.1",
"codecov": "^3.8.3",
"eslint": "^9.14.0",
"eslint-config-cheminfo": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/spectrum/getNormalized.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { xMinMaxValues, xyCheck } from 'ml-spectra-processing';
/**
*
* @private
* @param {DataXY} input
* @param {import('cheminfo-types').DataXY} input
* @param {object} [options={}]
* @param {number} [options.from=x[0]]
* @param {number} [options.to=x[x.length-1]]
Expand Down

0 comments on commit 3cd345f

Please sign in to comment.