Skip to content

Commit 5ee0181

Browse files
authored
Re-export everything in overloads.ts file (#107)
1 parent 35b0962 commit 5ee0181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import {StrictEqualUsingTSInternalIdenticalToOperator, AValue, MismatchArgs, Ext
2828
export * from './branding' // backcompat, consider removing in next major version
2929
export * from './utils' // backcompat, consider removing in next major version
3030
export * from './messages' // backcompat, consider removing in next major version
31+
export * from './overloads'
3132

3233
/**
3334
* Represents the positive assertion methods available for type checking in the

0 commit comments

Comments
 (0)