| 17 | } |
| 18 | export declare type PlayFunction = (options: PlayOptions) => void; |
| 19 | export interface ExposedData { |
| 20 | sound: Howl | null; |
| 21 | stop: (id?: string) => void; |
| 22 | pause: (id?: string) => void; |
| 23 | duration: number | null; |
| 24 | } |
| 25 | export declare type ReturnedValue = [PlayFunction, ExposedData]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…