Skip to content

Commit

Permalink
singular
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Mar 3, 2024
1 parent 3372c39 commit 1079402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/normalize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function _lowerCamelCase(name: string) {
* key-value pair. Functions can modify key and value or return the same. Object
* is mutated in place.
* @param obj object to traverse
* @param fn functions to apply
* @param fn function to apply
*/
export function morph(
obj: any,
Expand Down

0 comments on commit 1079402

Please sign in to comment.