Skip to content

Commit

Permalink
adjusting utils export
Browse files Browse the repository at this point in the history
  • Loading branch information
julioocamargoo committed Apr 3, 2020
1 parent c979021 commit ab8ce04
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,3 @@ export function deepProxy(target, proxyHandler) {
function isNumeric(subject){
return ! isNaN(subject)
}

export default {
arrayUnique,
}

0 comments on commit ab8ce04

Please sign in to comment.