| 29 | * @param {Contents} contents The contents of the section, as a string |
| 30 | */ |
| 31 | export const section = contents => `<section>${serialize(contents)}</section>`; |
| 32 | |
| 33 | /** |
| 34 | * A helper to generate innerHTML validation strings containing uls |
no test coverage detected
searching dependent graphs…