Skip to content

Commit

Permalink
mv src/brand.ts src/branding.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 11, 2024
1 parent 7c920a2 commit 1b50788
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {StrictEqualUsingBranding} from './brand'
import {StrictEqualUsingBranding} from './branding'
import {
MismatchInfo,
Scolder,
Expand Down Expand Up @@ -26,7 +26,7 @@ import {
ConstructorParams,
} from './utils'

export * from './brand' // backcompat, consider removing in next major version
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

Expand Down
2 changes: 1 addition & 1 deletion src/messages.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {StrictEqualUsingBranding} from './brand'
import {StrictEqualUsingBranding} from './branding'
import {And, Extends, Not, IsAny, UsefulKeys, ExtendsExcludingAnyOrNever, IsUnknown, IsNever} from './utils'

/**
Expand Down

0 comments on commit 1b50788

Please # to comment.