Skip to content

Commit

Permalink
update(exports): add new functions to module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
kamescg committed Jun 7, 2022
1 parent 83551be commit 0edf4cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export { default as createDrawResultsObject } from './createDrawResultsObject';
export { default as encodeWinningPicks } from './encodeWinningPicks';
export { default as encodeWinningPicksToUint64Array } from './encodeWinningPicksToUint64Array';
export { default as encodeWinningPicksToUint256Array } from './encodeWinningPicksToUint256Array';
export { default as filterResultsByValue } from './filterResultsByValue';
export { default as filterUndefinedValues } from './filterUndefinedValues';
export { default as findBitMatchesAtIndex } from './findBitMatchesAtIndex';
Expand Down

0 comments on commit 0edf4cc

Please sign in to comment.