@blakeembrey My original typings were contained in a named module, which as I see you've changed to a namespace. This is fine, but now it's impossible to extend the typings (unless I'm unaware of a way?) in an external module.
I'd like to recreate the typings for rethinkdbdash without copy-pasting and having to maintain 2 different versions of the same code. rethinkdbdash simply has a wrapper interface and additionally adds the ability to return Promises from any query (without having to .run()).
Any suggestions?
@blakeembrey My original typings were contained in a named module, which as I see you've changed to a namespace. This is fine, but now it's impossible to extend the typings (unless I'm unaware of a way?) in an external module.
I'd like to recreate the typings for
rethinkdbdashwithout copy-pasting and having to maintain 2 different versions of the same code.rethinkdbdashsimply has a wrapper interface and additionally adds the ability to return Promises from any query (without having to.run()).Any suggestions?