UNPKG

standardized-audio-context

Version:

A cross-browser wrapper for the Web Audio API which aims to closely follow the standard.

6 lines 280 B
import { EVENT_LISTENERS } from '../globals'; import { getValueForKey } from './get-value-for-key'; export const getEventListenersOfAudioNode = (audioNode) => { return getValueForKey(EVENT_LISTENERS, audioNode); }; //# sourceMappingURL=get-event-listeners-of-audio-node.js.map