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
/
index.js
6 lines
(4 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
6
/** * @typedef {
import
(
'./lib/index.js'
).AssertionError} AssertionError */ export {_void,
assert
, literal, parent, wrap}
from
'./lib/index.js'