removeClass(node, strOrArray) splits a string by whitespace via tokenList (or uses the array directly), then calls classList.remove(...tokens). No-ops on empty input. The inverse is addClass. Part of pota/use/dom.
removeClass(node, strOrArray)
tokenList
classList.remove(...tokens)
addClass
pota/use/dom