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

fix: missing return type for del #49

Merged
merged 1 commit into from
Mar 13, 2021
Merged

fix: missing return type for del #49

merged 1 commit into from
Mar 13, 2021

Conversation

zigomir
Copy link
Contributor

@zigomir zigomir commented Mar 13, 2021

Hey,

I'm getting node_modules/villus/node_modules/vue-demi/lib/index.d.ts(7,17): error TS7010: 'del', which lacks return-type annotation, implicitly has an 'any' return type. error when I run tsc. I have a vue 3 project which uses @vueuse/core.

Besides, lib/v3/index.d.ts already specifies : void as return type.

This change should fix tsc error.

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 this pull request may close these issues.

2 participants