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 32d7cef
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 32d7cef

Please sign in to comment.