We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5f7bc commit b13edb3Copy full SHA for b13edb3
src/index.ts
@@ -16,6 +16,7 @@ export * from './util/autoPeakPicking.js';
16
17
export * from './types/types.js';
18
export * from './types/AutoPeakPickingOptions.js';
19
+export * from './types/PeakPickingOptions.js';
20
export * from './types/NormalizedSpectrumOptions.js';
21
export type { MeasurementVariable, MeasurementXY } from 'cheminfo-types';
22
export * from './types/PlotObject.js';
0 commit comments