MCPcopy
hub / github.com/Splidejs/splide / is

Method is

src/js/constructors/State/State.ts:11–11  ·  view source on GitHub ↗
( states: number | number[] )

Source from the content-addressed store, hash-verified

9export interface StateObject {
10 set( state: number ): void;
11 is( states: number | number[] ): boolean;
12}
13
14/**

Callers 15

getSpeedFunction · 0.65
translateFunction · 0.65
loopFunction · 0.65
trimFunction · 0.65
move.test.tsFile · 0.65
isOverflowFunction · 0.65
onPointerDownFunction · 0.65
onPointerMoveFunction · 0.65
onPointerUpFunction · 0.65
moveFunction · 0.65
computeVelocityFunction · 0.65
constrainFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected