Open goranb opened 2 years ago
To accomplish the exp claim removal functionality described in the README, I had to use // @ts-ignore. This brings the function signature in line with its behavior.
// @ts-ignore
To accomplish the exp claim removal functionality described in the README, I had to use
// @ts-ignore
. This brings the function signature in line with its behavior.