(s)
| 17112 | 'use strict' |
| 17113 | var a = i(75208), |
| 17114 | u = function isClosingTag(s) { |
| 17115 | return /<\/+[^>]+>/.test(s) |
| 17116 | }, |
| 17117 | _ = function isSelfClosingTag(s) { |
| 17118 | return /<[^>]+\/>/.test(s) |
| 17119 | } |
no outgoing calls
no test coverage detected