chrisguttandin / dynamo-converters

A collection of converter functions to get good old JavaScript key/value objects into a DynamoDB friendly schema and back again.
MIT License
24 stars 3 forks source link

Do we need here tslib, should we move it to "devDependency" #86

Closed bartoszgolebiowski closed 1 year ago

bartoszgolebiowski commented 1 year ago

https://github.com/search?q=repo%3Achrisguttandin%2Fdynamo-converters%20tslib&type=code

chrisguttandin commented 1 year ago

Yes, it's needed. It's an optional runtime dependency of TypeScript. It includes common code that may be used when TypeScript transpiles the source code to JavaScript. Of course, it only really makes sense if multiple modules use it.