Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed May 6, 2024
1 parent 8822a56 commit cec36ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions strings/split.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ export function removeFromLastSeparator(splitFunction) {
}

export const removeFromLastDot = removeFromLastSeparator(splitByDot);
export const removeFromLastDash = removeFromLastSeparator(splitByDash);

0 comments on commit cec36ab

Please sign in to comment.