smrchy/rsmq

Does `sendMessage` return a number or a string?

cakoose opened this issue · 1 comments

index.d.ts:44 seems to indicate that sendMessage returns a number.

But based on the ReadMe and the code, it looks like it returns a string.

It does indeed return a string. Fixed that. Will be included in the next release.