UNPKG

@ng-web-apis/midi

Version:

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

3 lines (2 loc) 122 B
import { InjectionToken } from '@angular/core'; export declare const WA_MIDI_ACCESS: InjectionToken<Promise<MIDIAccess>>;