UNPKG

@simbi/standardized-audio-context

Version:

A cross-browser implementation of the AudioContext which aims to closely follow the standard.

6 lines 275 B
export const createIsNativeAudioContext = (nativeAudioContextConstructor) => { return (anything) => { return nativeAudioContextConstructor !== null && anything instanceof nativeAudioContextConstructor; }; }; //# sourceMappingURL=is-native-audio-context.js.map