jeremydaly / serverless-mysql

A module for managing MySQL connections at SERVERLESS scale
MIT License
1.2k stars 83 forks source link

Update index.d.ts #109

Closed ivonakov closed 1 year ago

ivonakov commented 3 years ago

add type : any[] to fix: error TS7019: Rest parameter 'args' implicitly has an 'any[]' type.

jffaust commented 2 years ago

+1 for merging this instead of having to use patch-package like mentioned here: https://github.com/jeremydaly/serverless-mysql/issues/108#issuecomment-868527734

naorpeled commented 1 year ago

Hey @ivonakov , thanks for this PR, you're awesome!

Already merged a PR that does this. Closing this one for now.