better-sqlite3 icon indicating copy to clipboard operation
better-sqlite3 copied to clipboard

Bundle TypeScript type definitions with the package

Open kevindigo opened this issue 4 years ago • 2 comments

Many Javascript libraries these days include TypeScript definitions. There are third-party better-sqlite3 TypeScript definitions available[1], but they are difficult to use. They aren't well documented, and some of the design choices seem ... odd. Since they are hosted within a general definitions github project, there is not a convenient place to ask questions or build a community. They are getting 5k downloads per week, so there is an audience for them.

It would be great to have official TypeScript support, and documentation.

[1] https://www.npmjs.com/package/@types/better-sqlite3

kevindigo avatar Jun 24 '20 16:06 kevindigo

Bump. This is extra important with the v4 migration

StoneCypher avatar Jun 30 '22 15:06 StoneCypher

After v8, @types... is still on v7.6.4.

millette avatar Sep 04 '23 22:09 millette