Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
interface
Cash {
7
removeClass ( classes?: string ): this;
8
}
9
10
fn.removeClass =
function
( this: Cash, cls?: string ) {
Callers
1
attributes.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected