Skip to content

Commit

Permalink
Added missing export for Enum on entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanPB committed Jan 20, 2022
1 parent 917eccd commit 24a404b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export * as Scope from './scope'
export * as Errors from './error'
export * as Math from './math'
export * as Random from './random'
export * as Enum from './enum'

/**
* Represents a type which a key is associated with a value.
Expand Down

0 comments on commit 24a404b

Please sign in to comment.