MCPcopy
hub / github.com/fabiospampinato/cash / removeClass

Method removeClass

src/attributes/remove_class.ts:7–7  ·  view source on GitHub ↗
( classes?: string )

Source from the content-addressed store, hash-verified

5
6interface Cash {
7 removeClass ( classes?: string ): this;
8}
9
10fn.removeClass = function ( this: Cash, cls?: string ) {

Callers 1

attributes.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected