sortobject
Returns a copy of an object, sorted deeply by its keys, without mangling any arrays inside of it
normalify
Normalize different variable value types - e.g. `"1"` becomes `1`
convert-cases
A minimal utility function library that converts camelCase to snake_case and snake_case to camelCase.