Skip to content

Commit

Permalink
docs: it.util.equal
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed May 19, 2017
1 parent d01a0b8 commit fc66d31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CUSTOM.md
Expand Up @@ -288,6 +288,11 @@ it.util.toHash(['a', 'b', 'c']) // { a: true, b: true, c: true }
```


##### .equal(value1, value2) -> Boolean

Performs deep equality comparison. This function is used in keywords `enum`, `constant`, `uniqueItems` and can be used in custom keywords.


##### .getProperty(String key) -> String

Converts the string that is the key/index to access the property/item to the JavaScript syntax to access the property (either "." notation or "[...]" notation).
Expand Down

0 comments on commit fc66d31

Please sign in to comment.