@param {Doc} contents @returns {Align & {readonly n: AlignTypeRoot}}
(contents)
| 41 | @returns {Align & {readonly n: AlignTypeRoot}} |
| 42 | */ |
| 43 | function markAsRoot(contents) { |
| 44 | return align({ type: "root" }, contents); |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | @param {Doc} contents |
no test coverage detected
searching dependent graphs…