UNPKG
unist-util-assert
Version:
latest (4.0.0)
4.0.0
3.0.2
3.0.1
3.0.0
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
unist utility to assert nodes
github.com/syntax-tree/unist-util-assert
syntax-tree/unist-util-assert
unist-util-assert
/
lib
/
inspect.default.js
8 lines
(7 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** *
@param
{
unknown
}
value
*
@returns
{
string
} */
export
function
inspect
(
value
) {
return
JSON
.
stringify
(value) }