rethinkdbdash icon indicating copy to clipboard operation
rethinkdbdash copied to clipboard

Bundle TypeScript typings with this package

Open davidfarinha opened this issue 6 years ago • 2 comments

It's recommended to store the TypeScript typings with the npm package and it helps TypeScript developers have access to the type definitions immediately in the same package instead of having to depend on a separate @types/xxx package.

I am working on some typings (a single index.d.ts file) for this module which extend the @types/rethinkdb typings in DefinitelyTyped. When they're tested I'd be happy to pull them into this package (which would be the preferred way) instead of pulling them into the DefinitelyTyped repository.

davidfarinha avatar Aug 05 '18 16:08 davidfarinha

That'd be really useful.

I'd be happy to help out where I can, although sadly my knowledge of type definitions is limited.

ChrisTalman avatar Aug 08 '18 17:08 ChrisTalman

https://github.com/rethinkdb/rethinkdb-ts

bbar avatar Oct 09 '18 20:10 bbar