shiftcode / dynamo-easy

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.
https://shiftcode.github.io/dynamo-easy/
MIT License
206 stars 27 forks source link

refactor(helper-functions): get rid of lodash #263

Closed simonmumenthaler closed 4 years ago

simonmumenthaler commented 4 years ago

closes #257

simonmumenthaler commented 4 years ago

I actually wanted to use just-* packages. due to missing typings I decided to copy-paste into our source.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.06%) to 95.619% when pulling f66644dbdf7bac91c296498a0340493f311fa2fa on #257-get-rid-of-lodash into ab7175cc071976a63af65f5ee99ab01a00cf6b4b on master.

michaelwittwer commented 4 years ago

closing this PR in favor of #267