MCPcopy
hub / github.com/joshwcomeau/use-sound / ExposedData

Interface ExposedData

src/types.d.ts:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18export declare type PlayFunction = (options: PlayOptions) => void;
19export interface ExposedData {
20 sound: Howl | null;
21 stop: (id?: string) => void;
22 pause: (id?: string) => void;
23 duration: number | null;
24}
25export declare type ReturnedValue = [PlayFunction, ExposedData];

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…