Skip to content
New issue

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

Typescript errors #2

Closed
leosuncin opened this issue May 18, 2022 · 0 comments · Fixed by #3
Closed

Typescript errors #2

leosuncin opened this issue May 18, 2022 · 0 comments · Fixed by #3

Comments

@leosuncin
Copy link
Contributor

leosuncin commented May 18, 2022

The typescript definition contains errors:

cached-lookup/types/index.d.ts(6,12): error TS2304: Cannot find name 'T'.
cached-lookup/types/index.d.ts(8,2): error TS1036: Statements are not allowed in ambient contexts.
cached-lookup/types/index.d.ts(27,29): error TS2370: A rest parameter must be of an array type.
cached-lookup/types/index.d.ts(35,11): error TS2370: A rest parameter must be of an array type.
cached-lookup/types/index.d.ts(43,12): error TS2370: A rest parameter must be of an array type.
cached-lookup/types/index.d.ts(43,46): error TS2304: Cannot find name 'bool'.
cached-lookup/types/index.d.ts(51,15): error TS2370: A rest parameter must be of an array type.
cached-lookup/types/index.d.ts(51,49): error TS2304: Cannot find name 'bool'.
cached-lookup/types/index.d.ts(59,16): error TS2370: A rest parameter must be of an array type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant