UNPKG
hastscript
Version:
latest (9.0.1)
9.0.1
9.0.0
8.0.0
7.2.0
7.1.0
7.0.2
7.0.1
7.0.0
6.0.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.1.0
4.0.0
3.1.0
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
hast utility to create trees
github.com/syntax-tree/hastscript
syntax-tree/hastscript
hastscript
/
index.js
8 lines
(6 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/** * @typedef {
import
(
'./lib/create-h.js'
).Child} Child * @typedef {
import
(
'./lib/create-h.js'
).Properties} Properties * @typedef {
import
(
'./lib/create-h.js'
).Result} Result */ export {h, s}
from
'./lib/index.js'