Skip to content

Commit

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

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

export default pick

0 comments on commit 6b6cf11

Please sign in to comment.