UNPKG

regex-empty-conditional-comments

Version:

Regular expression for matching HTML empty conditional comments

5 lines (3 loc) 125 B
declare const version: string; declare function emptyCondCommentRegex(): RegExp; export { emptyCondCommentRegex, version };