UNPKG

@ng-web-apis/midi

Version:

An Observable based library for the use of Web MIDI API with Angular

3 lines (2 loc) 134 B
import { InjectionToken } from '@angular/core'; export declare const WA_MIDI_OUTPUT: InjectionToken<Promise<MIDIOutput | undefined>>;