Skip to content

Commit

Permalink
✨ Add string.slice
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Dec 14, 2017
1 parent 8db4fd8 commit dc22fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/immutadot/src/string/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export { concat } from './concat'
export { padEnd } from './padEnd'
export { padStart } from './padStart'
export { replace } from './replace'
export { slice } from './slice'

0 comments on commit dc22fd8

Please sign in to comment.