CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

index.d.ts update #78

Closed move-zig closed 6 years ago

move-zig commented 6 years ago

changed typescript typings to remove promise from return types of PoolConnection release and destroy methods

CodeFoodPixels commented 6 years ago

Good shout, forgot about the typescript typings when I made the update. Thanks!