IOweb/node_modules/html-void-elements/index.d.ts
2026-07-03 15:07:38 -05:00

6 lines
113 B
TypeScript

/**
* List of HTML void tag names.
*
* @type {Array<string>}
*/
export const htmlVoidElements: Array<string>