* Adds the operating system-specific end-of-line marker to the buffer * * @returns {Summary} summary instance
()
| 19666 | /** |
| 19667 | * Wraps content in an HTML tag, adding any HTML attributes |
| 19668 | * |
| 19669 | * @param {string} tag HTML tag to wrap |
| 19670 | * @param {string | null} content content within the tag |
| 19671 | * @param {[attribute: string]: string} attrs key-value list of HTML attributes to add |
| 19672 | * |
| 19673 | * @returns {string} content wrapped in HTML element |
no test coverage detected