UNPKG
just-is-circular
Version:
latest (2.2.0)
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
determine if an object contains a circular reference
github.com/angus-c/just
angus-c/just
just-is-circular
/
index.d.ts
3 lines
(2 loc)
•
77 B
TypeScript
View Raw
1
2
3
declare
function
isCircular
(
value
:
any
):
boolean
;
export
default
isCircular;