Skip to content

Commit

Permalink
Remove isTypeAssignableTo patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Mar 24, 2024
1 parent c48c191 commit f7c8a95
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/utils/replacements.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
$1 /** TSD */
$1 isTypeIdenticalTo: isTypeIdenticalTo,
$1 isTypeSubtypeOf: isTypeSubtypeOf,
$1 isTypeAssignableTo: isTypeAssignableTo,
$1 isTypeDerivedFrom: isTypeDerivedFrom,
$1 isTypeComparableTo: isTypeComparableTo,
$1 areTypesComparable: areTypesComparable,
Expand Down Expand Up @@ -57,11 +56,6 @@ module.exports = {
*/
isTypeSubtypeOf(source: Type, target: Type): boolean;
/**
* Checks if type \`a\` is assignable to type \`b\`.
*/
isTypeAssignableTo(source: Type, target: Type): boolean;
/**
* An object type S is considered to be derived from an object type T if
* - S is a union type and every constituent of S is derived from T,
Expand Down

0 comments on commit f7c8a95

Please sign in to comment.