self-closing-tags
HTML void elements are not the only self-closing tags. This includes common SVG self-closing elements as well.
is-self-closing
Returns true if the given name is a HTML void element or common SVG self-closing element.
trading-calendar
a Node.js library that allows you to check if an exchange is open or closed at a specific date (or in real-time).
closingbracket
Find in a string a closing bracket for an opening bracket. The search function will start from a specific start index in the string, identifies the start index of the next corresponding opening bracket and finds the corresponding closing bracket provided