Skip to content

Commit

Permalink
Re-export everything in overloads.ts file (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 15, 2024
1 parent 35b0962 commit 5ee0181
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 @@ -28,6 +28,7 @@ import {StrictEqualUsingTSInternalIdenticalToOperator, AValue, MismatchArgs, Ext
export * from './branding' // backcompat, consider removing in next major version
export * from './utils' // backcompat, consider removing in next major version
export * from './messages' // backcompat, consider removing in next major version
export * from './overloads'

/**
* Represents the positive assertion methods available for type checking in the
Expand Down

0 comments on commit 5ee0181

Please sign in to comment.