Skip to content

Commit

Permalink
fix(number): remove unnecessary UMD-only code in src
Browse files Browse the repository at this point in the history
  • Loading branch information
richrdkng committed Sep 1, 2023
1 parent e52f2ec commit 74a5190
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/individual/number/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,4 @@ import RandomNumber from './RandomNumber'

const random = new RandomNumber(new BasicEngine())

// @ts-expect-error
// make RandomNumber accessible in UMD
random.RandomNumber = RandomNumber

export default random.number

0 comments on commit 74a5190

Please sign in to comment.