Skip to content

Commit

Permalink
Fix lodash entry file.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Aug 26, 2023
1 parent c5c8cb4 commit 7f666e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lodash.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as uniq } from "lodash/uniq";
export { default as camelCase } from "lodash/camelCase";
export { default as snakeCase } from "lodash/snakeCase";
export { default as repeat } from "lodash/repeat";
export { default as sortBy } from "lodash/sortBy";
export { default as zipObject } from "lodash/zipObject";
Expand Down
1 change: 1 addition & 0 deletions typings/lodash.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { default as uniq } from "lodash/uniq";
export { default as camelCase } from "lodash/camelCase";
export { default as snakeCase } from "lodash/snakeCase";
export { default as repeat } from "lodash/repeat";
export { default as sortBy } from "lodash/sortBy";
export { default as zipObject } from "lodash/zipObject";
Expand Down

0 comments on commit 7f666e3

Please sign in to comment.