| 11 | onload?: () => void; |
| 12 | } |
| 13 | export interface PlayOptions { |
| 14 | id?: string; |
| 15 | forceSoundEnabled?: boolean; |
| 16 | playbackRate?: number; |
| 17 | } |
| 18 | export declare type PlayFunction = (options: PlayOptions) => void; |
| 19 | export interface ExposedData { |
| 20 | sound: Howl | null; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…