Skip to content

Commit

Permalink
update unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
Logicer16 committed Apr 5, 2024
1 parent 0a56d6c commit f4a26f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ type Intersection = UnionToIntersection<Union>;
### Unsafe

> [!WARNING]
> Unsafe 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
> Unsafe contains internal types used to produce the types exported by this package. These types are unsupported and may change at any time. USE AT YOUR OWN RISK
## Limitations

Expand Down
6 changes: 6 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
*/
/* 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

Check failure on line 7 in types/index.d.ts

View workflow job for this annotation

GitHub Actions / ESLint Report Analysis

types/index.d.ts#L7

[jsdoc/require-description-complete-sentence] Sentences must end with a period.
*/
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)

Check failure on line 13 in types/index.d.ts

View workflow job for this annotation

GitHub Actions / ESLint Report Analysis

types/index.d.ts#L13

[jsdoc/require-description-complete-sentence] Sentences must end with a period.
*/
export type {Unsafe as Arithmetic} from "@logicer/ts-arithmetic";
}

Expand Down

0 comments on commit f4a26f8

Please sign in to comment.