Files
zhibo/node_modules/html-void-elements/index.d.ts
T
xiaoyu ad03766572 init
2023-05-22 14:18:33 +08:00

7 lines
113 B
TypeScript

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