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.d.ts
6 lines
(5 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@param
{
unknown
}
value
*
@returns
{
string
} */
export
function
inspect
(
value
:
unknown
):
string