@gbozee/ultimate 0.0.2-192 → 0.0.2-194

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1276,5 +1276,10 @@ export declare class Strategy {
1276
1276
  quantity: number;
1277
1277
  };
1278
1278
  }
1279
+ declare const name$1 = "";
1280
+
1281
+ export {
1282
+ name$1 as name,
1283
+ };
1279
1284
 
1280
1285
  export {};
@@ -3335,11 +3335,14 @@ class Strategy {
3335
3335
  };
3336
3336
  }
3337
3337
  }
3338
+ // src/helpers/compound.ts
3339
+ var name = "";
3338
3340
  export {
3339
3341
  to_f,
3340
3342
  sortedBuildConfig,
3341
3343
  range,
3342
3344
  profitHelper,
3345
+ name,
3343
3346
  logWithLineNumber,
3344
3347
  groupIntoPairsWithSumLessThan,
3345
3348
  groupIntoPairs,