CSNW / sql-bricks

Transparent, Schemaless SQL Generation
http://csnw.github.io/sql-bricks
MIT License
203 stars 25 forks source link

Typescript Definition #95

Closed jbrassard closed 7 years ago

jbrassard commented 7 years ago

Hi, I really like sql-bricks, but would like it even more if there was a @types package :)

Keep up the good work!

prust commented 7 years ago

hi @jbrassard, I'm glad you're enjoying sql-bricks!

I'm not very familiar with typescript -- is an @types package something you could contribute to this repository via a pull request? I wouldn't have any problems with it, so long as it didn't affect existing code.

bruno-brant commented 7 years ago

I'll try to put a type definition together. I just don't yet know how to attach it to the packge itself - usually I submit them to DefinitelyTyped.

I will try to do this soon.

prust commented 7 years ago

thanks @HeavyStorm!

prust commented 7 years ago

Closing for lack of activity, if wants to contribute typescript definitions, please go ahead & open a pull request & I'll merge them in.