Skip to content

Commit

Permalink
docs: update isEql
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanga-Ganapathy committed Mar 17, 2024
1 parent f1bb2dc commit 2ff8dcc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/docs/pages/Common/isEql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ import REPL from "../../components/REPL";
<Callout type="info">
The following type of values are supported:

- Primitives
- [Primitives](https://developer.mozilla.org/en-US/docs/Glossary/Primitive)

- Array

- Plain Object

- Map

- Set

- ArrayBuffer

- Date

- Error
Expand All @@ -26,7 +26,8 @@ The following type of values are supported:
</Callout>

<Callout type="info">
It handles the circular references.
- It handles the circular references.
- Other types are checked by their references, Eg: Function.
</Callout>

## Syntax
Expand Down

0 comments on commit 2ff8dcc

Please sign in to comment.