(src)
| 32 | * @returns {import("../lib/html/syntax").HtmlElement[]} body children |
| 33 | */ |
| 34 | const body = (src) => |
| 35 | /** @type {import("../lib/html/syntax").HtmlElement[]} */ ( |
| 36 | child(html(src).children, "body").children |
| 37 | ); |
| 38 | /** |
| 39 | * @param {string} src source |
| 40 | * @returns {import("../lib/html/syntax").HtmlElement[]} head children |
no test coverage detected