UNPKG

use-on-demand

Version:
9 lines 241 B
/** * 参考资料: * 1. https://github.com/CreateJS/SoundJS * 2. */ export declare class xX_MSound_Helper { static playSound(url: string): Promise<unknown>; } //# sourceMappingURL=MSound_Helper.d.ts.map