Skip to content

Commit

Permalink
add description to is-circular (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasholbech authored Apr 2, 2022
1 parent 970d405 commit 2f4b9a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion md-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,10 @@
"just-is-circular": {
"packageName": "just-is-circular",
"dir": "object-is-circular",
"description": "NOTE: not supported in IE or microsoft edge",
"description": [
"Return true if object has a circular reference",
"NOTE: not supported in IE or microsoft edge"
],
"examples": [
"import isCircular from 'just-is-circular';",
"const a = {};",
Expand Down

0 comments on commit 2f4b9a4

Please sign in to comment.