Skip to content

Commit

Permalink
Remove Random class utility
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 30, 2023
1 parent 39b8f22 commit 61fd7b1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 168 deletions.
1 change: 0 additions & 1 deletion src/services/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export * from './hooks';
export { isEvenlyDivisibleBy, isWithinRange } from './number';
export { Pager } from './paging';
export { calculatePopoverPosition, findPopoverPosition } from './popover';
export { Random } from './random';
export { getSecureRelForTarget } from './security';
export {
Comparators,
Expand Down
87 changes: 0 additions & 87 deletions src/services/random.test.ts

This file was deleted.

80 changes: 0 additions & 80 deletions src/services/random.ts

This file was deleted.

0 comments on commit 61fd7b1

Please sign in to comment.