Skip to content

Commit

Permalink
fix: deprecated isEqualsGreaterThanToken
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Mar 13, 2023
1 parent a9c3db3 commit 74bc372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/typeGuards/single.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ export function isEndOfFileToken(node: ts.Node): node is ts.EndOfFileToken {
/**
* Test if a node is an `EqualsGreaterThanToken`.
*
* @deprecated With TypeScript v5 in favor of typescript's `isEqualsGreaterThanToken`.
* @category Nodes - Type Guards
*
* @example
Expand Down

0 comments on commit 74bc372

Please sign in to comment.