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

Where can I find kuzu support for typescript types? #4912

Open
simon-doss opened this issue Feb 14, 2025 · 1 comment
Open

Where can I find kuzu support for typescript types? #4912

simon-doss opened this issue Feb 14, 2025 · 1 comment

Comments

@simon-doss
Copy link

I have a project in typescript, but I can't use kuzu because there's no .d.ts file or a types package.

@mewim
Copy link
Member

mewim commented Feb 15, 2025

Hi @simon-doss,

We are not providing these right now. However, as I understand, you can use a JavaScript library without type definition in TypeScript if you create a decs.d.ts and declare the module. It will simply treat everything as any 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

No branches or pull requests

2 participants