kbrabrand / camelize-ts

A typescript typed camelCase function that recursively camel cases a snake cased object structure
25 stars 6 forks source link

Mark package as free of side-effects #15

Closed jonkoops closed 2 years ago

jonkoops commented 2 years ago

Marks the package as side-effect free, which allows certain tooling to further optimize the code.