Skip to content

Commit

Permalink
feat(sort): add sort function
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hamilton committed Dec 3, 2018
1 parent 8709a7b commit ea41875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import set from './set';
import size from './size';
import slice from './slice';
import some from './some';
import sort from './sort';
import values from './values';

export {
Expand All @@ -48,6 +49,7 @@ export {
size,
slice,
some,
sort,
values,
};

Expand Down Expand Up @@ -77,6 +79,6 @@ export {
/ size
/ slice
/ some
sort
/ sort
/ values
*/

0 comments on commit ea41875

Please # to comment.