MCPcopy
hub / github.com/gilbarbara/react-joyride / createStore

Function createStore

src/modules/store.ts:213–215  ·  view source on GitHub ↗
(options?: Props)

Source from the content-addressed store, hash-verified

211}
212
213export default function createStore(options?: Props) {
214 return new Store(options);
215}

Callers 4

store.spec.tsFile · 0.85
setupFunction · 0.85
useTourEngineFunction · 0.85

Calls

no outgoing calls

Tested by 1

setupFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…