Skip to content

Commit

Permalink
Merge pull request #82 from gustavoguichard/missing-trim-export
Browse files Browse the repository at this point in the history
fix: re-export trim
  • Loading branch information
p9f authored Oct 12, 2023
2 parents a3e2eb8 + d606223 commit 802a94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export { toLowerCase } from './native/to-lower-case.js'
export { toUpperCase } from './native/to-upper-case.js'
export { trimStart } from './native/trim-start.js'
export { trimEnd } from './native/trim-end.js'
export { trim } from './native/trim.js'

// Utils
export type { Reverse } from './utils/reverse'
Expand Down

0 comments on commit 802a94e

Please sign in to comment.