Skip to content

Commit

Permalink
Document new utility methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylinski committed Sep 6, 2023
1 parent 13a2e2d commit b4d3682
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/api-reference/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ Determines if an object is an array.

Determines if an object is a function.

### `Handlebars.Utils.isMap(obj)`

Determines if an object is a
[Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map).

### `Handlebars.Utils.isSet(obj)`

Determines if an object is a
[Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).

### `Handlebars.log(level, message)`

Logger used by the `log` helper.
Expand Down

0 comments on commit b4d3682

Please sign in to comment.