UNPKG

mdui-ext

Version:

a extension for mdui !(not completed)

8 lines (7 loc) 212 B
class AttributeUtil { static isAttributeNotFalse(element, attrName) { const value = element.getAttribute(attrName); return value != null && value != "false"; } } export { AttributeUtil };