X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Findex.ts;h=a18223e8c007ab88497f6b8efdc5017a45423348;hb=ce63d9e2f3d895bd2ae5aafc40769ff4dda3c887;hp=0a9ab8f1ce44c43de8dd4e1c9e1a4617959afdd3;hpb=d35e571704515a8b729d3455e4784054f07c368f;p=poolifier.git diff --git a/src/index.ts b/src/index.ts index 0a9ab8f1..a18223e8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -35,7 +35,6 @@ export { } from './pools/selection-strategies/selection-strategies-types.js' export type { IWorkerChoiceStrategy, - InternalWorkerChoiceStrategyOptions, Measurement, MeasurementOptions, MeasurementStatisticsRequirements,