v0.1.0
Adds optional second isStrict parameter to getElementsByClass() to optionally search for any elements with the class in their class list... (classList.contains(class)), rather than requiring only that class (classList === class).
getElementsByClassName(className: string, isStrict = true)