We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following block is unnecessary as the Kitsu class declaration has already been declared above that.
Kitsu
kitsu/packages/kitsu/index.d.ts
Lines 20 to 32 in 27cf1ef
And therefore, the following line gives a TS2300 error:
TS2300
Line 21 in 27cf1ef
The text was updated successfully, but these errors were encountered:
fix(kitsu): typescript declaration file
88588b8
Fixes: wopian#235
Fixed in #236
Sorry, something went wrong.
No branches or pull requests
The following block is unnecessary as the
Kitsu
class declaration has already been declared above that.kitsu/packages/kitsu/index.d.ts
Lines 20 to 32 in 27cf1ef
And therefore, the following line gives a
TS2300
error:kitsu/packages/kitsu/index.d.ts
Line 21 in 27cf1ef
The text was updated successfully, but these errors were encountered: