brianc / node-sql

SQL generation for node.js
MIT License
1.05k stars 191 forks source link

Add prefix option to star() typings #393

Open sinnott74 opened 6 years ago

sinnott74 commented 6 years ago

Table.prototype.star can take in an prefix option.

The pull request is updating the typescript definitions to allow for this.