tndrle / node-sqlite3-wasm

WebAssembly port of SQLite3 for Node.js with file system access
MIT License
55 stars 8 forks source link

node-sqlite3-wasm.d.ts missing #14

Closed fprijate closed 1 year ago

fprijate commented 1 year ago

It would be nice to have d.ts file (maybe adapted sqlite3.d.ts) to omit warnings in VSC. Or maybe @types/node-sqlite3-wasm ?

tndrle commented 1 year ago

Hi, I added type definitions in PR #19. However, I'm not sure whether the types are properly recognized by TypeScript. Maybe some kind of export is required. Any feedback is welcome.

fprijate commented 1 year ago

There is a new, IMHO correct PR. Sorry for the old one.

tndrle commented 1 year ago

Done in #19