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

missing typescript definition (solution provided) #5

Open
nebaff opened this issue Nov 4, 2019 · 0 comments
Open

missing typescript definition (solution provided) #5

nebaff opened this issue Nov 4, 2019 · 0 comments

Comments

@nebaff
Copy link

nebaff commented Nov 4, 2019

please export a file xxxx.d.ts with your module with this content to avoid error in ts projects :)

declare module "random-uuid-v4" { export default function uuid(): string; }

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

No branches or pull requests

1 participant