Skip to content

Commit

Permalink
chore: mark isCompatibleType as unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Feb 25, 2024
1 parent ed6f5b4 commit e87ac5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { isSameType } from "./is-same-type.ts";
export { isCompatibleType } from "./is-compatible-type.ts";
export type { IsSameTypeOptions as CompareOptions } from "./utils.ts";
export type { IsSameTypeOptions } from "./utils.ts";
2 changes: 2 additions & 0 deletions src/is-compatible-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import {
/**
* Check if a the higherType matches the lowerType
*
* @deprecated This a unstable API and still in development
*
* @param higherType The looser type
* @param lowerType The stricter type
*
Expand Down

0 comments on commit e87ac5d

Please sign in to comment.