Fuse
Fuse copied to clipboard
Return removed item when calling `removeAt`
Description
When calling remove, Fuse.js returns all removed items. This is not the case with removeAt and I found it confusing.
Describe the solution you'd like
Saving the result of the splice method and returning it to the user would be great.
Describe alternatives you've considered
I can look at the docs in the fuse instance before calling removeAt.