feathersjs-ecosystem / batch-loader

Reduce requests to backend services by batching calls and caching records.
MIT License
13 stars 5 forks source link

Missing resultTypes in typings/docs #14

Closed examosa closed 3 years ago

examosa commented 4 years ago

The docs and types for batch-loader indicate '', '!', and '[]' as possible result types. However, it looks like the source itself actually accepts all of the following:

Could the types and docs be updated to reflect this?

DaddyWarbucks commented 3 years ago

Fixed. Thanks!