Skip to content

Commit

Permalink
Update: Organized index
Browse files Browse the repository at this point in the history
  • Loading branch information
dhershman1 committed Aug 16, 2023
1 parent 70d92b6 commit 4636268
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ export { default as reverse } from './list/reverse.js'
export { default as slice } from './list/slice.js'
export { default as startsWith } from './list/startsWith.js'
export { default as tail } from './list/tail.js'
export { default as capitalize } from './string/capitalize.js'
export { default as fuzzySearch } from './string/fuzzySearch.js'
export { default as match } from './string/match.js'
export { default as replace } from './string/replace.js'
export { default as split } from './string/split.js'
export { default as test } from './string/test.js'
export { default as toLower } from './string/toLower.js'
export { default as toUpper } from './string/toUpper.js'
export { default as trim } from './string/trim.js'
export { default as amend } from './object/amend.js'
export { default as any } from './object/any.js'
export { default as draft } from './object/draft.js'
Expand All @@ -129,6 +120,15 @@ export { default as sift } from './object/sift.js'
export { default as values } from './object/values.js'
export { default as whole } from './object/whole.js'
export { default as withDefaults } from './object/withDefaults.js'
export { default as capitalize } from './string/capitalize.js'
export { default as fuzzySearch } from './string/fuzzySearch.js'
export { default as match } from './string/match.js'
export { default as replace } from './string/replace.js'
export { default as split } from './string/split.js'
export { default as test } from './string/test.js'
export { default as toLower } from './string/toLower.js'
export { default as toUpper } from './string/toUpper.js'
export { default as trim } from './string/trim.js'
export { default as add } from './number/add.js'
export { default as between } from './number/between.js'
export { default as clamp } from './number/clamp.js'
Expand Down

0 comments on commit 4636268

Please sign in to comment.