Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Apr 5, 2024
1 parent f4a26f8 commit a8d5817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
/* eslint-disable import/export */

/**
* WARNING! Contains internal types used to produces the types exported by this package. These types are unsupported and may change at any time. USE AT YOUR OWN RISK
* WARNING! Contains internal types used to produces the types exported by this package. These types are unsupported and may change at any time. USE AT YOUR OWN RISK.
*/
export namespace Unsafe {
export type {Unsafe as UnionMax} from "./UnionMax.d.ts";
export type {Unsafe as IntRange} from "./IntRange.d.ts";
/**
* From [`@logicer/ts-arithmetic`](https://www.npmjs.com/package/@logicer/ts-arithmetic)
* From [`@logicer/ts-arithmetic`](https://www.npmjs.com/package/@logicer/ts-arithmetic).
*/
export type {Unsafe as Arithmetic} from "@logicer/ts-arithmetic";
}
Expand Down

0 comments on commit a8d5817

Please sign in to comment.