Skip to content

Commit

Permalink
fix: Export reverse from compat barrel file (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmanduffy authored Dec 26, 2024
1 parent 9f8b669 commit c26a1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compat/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export { map } from './array/map.ts';
export { nth } from './array/nth.ts';
export { orderBy } from './array/orderBy.ts';
export { pull } from './array/pull.ts';
export { reverse } from './array/reverse.ts';
export { sample } from './array/sample.ts';
export { size } from './array/size.ts';
export { slice } from './array/slice.ts';
Expand Down

0 comments on commit c26a1fc

Please sign in to comment.