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

Promise API needs TS types #28

Closed
CodingDoug opened this issue Sep 1, 2023 · 1 comment
Closed

Promise API needs TS types #28

CodingDoug opened this issue Sep 1, 2023 · 1 comment
Assignees

Comments

@CodingDoug
Copy link

import LibsqlP from 'libsql-experimental/promise'
src/both.ts:3:21 - error TS7016: Could not find a declaration file for module 'libsql-experimental/promise'. 'path/to/node_modules/libsql-experimental/promise.js' implicitly has an 'any' type.
  If the 'libsql-experimental' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module 'libsql-experimental/promise';`
@penberg
Copy link
Contributor

penberg commented Jun 12, 2024

Fixed by f7d550f

@penberg penberg closed this as completed Jun 12, 2024
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