Skip to content

Commit b13edb3

Browse files
committed
fix: expose PeakPickingOptions type
1 parent 2f5f7bc commit b13edb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export * from './util/autoPeakPicking.js';
1616

1717
export * from './types/types.js';
1818
export * from './types/AutoPeakPickingOptions.js';
19+
export * from './types/PeakPickingOptions.js';
1920
export * from './types/NormalizedSpectrumOptions.js';
2021
export type { MeasurementVariable, MeasurementXY } from 'cheminfo-types';
2122
export * from './types/PlotObject.js';

0 commit comments

Comments
 (0)