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

Method hasClass

src/attributes/has_class.ts:8–8  ·  view source on GitHub ↗
( cls: string )

Source from the content-addressed store, hash-verified

6
7interface Cash {
8 hasClass ( cls: string ): boolean;
9}
10
11fn.hasClass = function ( this: Cash, cls: string ) {

Callers 2

attributes.jsFile · 0.80
collection.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected