Skip to content

Commit

Permalink
fix typo in path
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Apr 4, 2024
1 parent 2ad02de commit 2c5e1b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/UnionMax.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file Find the greatest numeric literal in a union.
*/
import type {Add, Subtract} from "@logicer/ts-arithmetic";
import type {UnionToIntersection} from "./unionsAndIntersections.ts";
import type {UnionToIntersection} from "./unionsAndIntersections.d.ts";

export namespace Unsafe {
/**
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export namespace Unsafe {

export * from "./UnionMax.d.ts";
export * from "./IntRange.d.ts";
export * from "./unionsAndIntersections.ts";
export * from "./unionsAndIntersections.d.ts";
export * from "@logicer/ts-arithmetic";

0 comments on commit 2c5e1b7

Please sign in to comment.