UNPKG

sound-manager

Version:
8 lines (6 loc) 119 B
import { ISound, } from '../Sound/ISound'; export interface ISoundsMap { readonly [key: string]: ISound; }