MCPcopy Index your code
hub / github.com/tinyplex/tinybase / delClass

Function delClass

site/js/common/common.ts:56–57  ·  view source on GitHub ↗
(element: HTMLElement, del: string)

Source from the content-addressed store, hash-verified

54 element.classList.contains(has);
55
56export const delClass = (element: HTMLElement, del: string): void =>
57 element.classList.remove(del);
58
59export const toggleClass = (
60 element: HTMLElement,

Callers 4

single.tsFile · 0.90
bindUIFunction · 0.90
moveHoverFunction · 0.90
goFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…