MCPcopy
hub / github.com/nygardk/react-share / Window

Interface Window

src/VKShareCount.ts:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6declare global {
7 interface Window {
8 VK: {
9 Share?: {
10 count: (index: number, count: number) => void;
11 };
12 callbacks?: ((count?: number) => void)[];
13 };
14 }
15}
16
17function getVKShareCount(shareUrl: string, callback: (shareCount?: number) => void) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…