Skip to content

Commit

Permalink
add missing data for methods conformsTo, defaultTo
Browse files Browse the repository at this point in the history
  • Loading branch information
ganimomer committed Mar 27, 2017
1 parent d3ba2cf commit 5333ff0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/util/methodDataByVersion/4.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@ module.exports = {
iteratee: false,
args: 1
},
conformsTo: {
aliases: [],
wrapper: false,
shorthand: false,
chainable: false,
iteratee: false,
args: 2
},
constant: {
aliases: [],
wrapper: false,
Expand Down Expand Up @@ -280,6 +288,14 @@ module.exports = {
iteratee: false,
args: 1
},
defaultTo: {
aliases: [],
wrapper: false,
shorthand: false,
chainable: false,
iteratee: false,
args: 2
},
defaults: {
aliases: [],
wrapper: false,
Expand Down

0 comments on commit 5333ff0

Please sign in to comment.