Data Processing
Check if a path exists using lodash _.hasIn
has-in-pathData Processing
Check if a path exists using lodash _.has
has-pathData Processing
Assign own and inherited properties using lodash _.assignIn
assign-in-objectData Processing
Assign source properties to a target object using lodash _.assign
assign-objectData Processing
Count items by a derived key using lodash _.countBy
count-byData Processing
Group items by a derived key using lodash _.groupBy
group-byDesign
Remove image backgrounds and export a transparent PNG
image-background-removerData Processing
Combine arrays by index using lodash _.zip
zip-arraysData Processing
Create an object from keys and values using lodash _.zipObject
zip-objectMath & Numbers
Calculate the break-even point for a product or business based on fixed costs, variable costs, and price
break-even-calculatorValidation
Validate International Bank Account Numbers (IBAN)
iban-validatorData Processing
Join array items into a single string with a custom separator
join-array