Skip to content

Commit

Permalink
feat(utils): export path destruct string parse methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Feb 22, 2019
1 parent d4a50b1 commit 1bded6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/src/accessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ function _existIn(obj, path) {

return true
}

export const getIn = resolveGetIn(_getIn)
export const setIn = resolveUpdateIn(_setIn, getIn)
export const deleteIn = resolveUpdateIn(_deleteIn, getIn)
export const existIn = resolveExistIn(_existIn)
export { parseDesturctPath, parseDestruct, parsePaths }

0 comments on commit 1bded6c

Please sign in to comment.