UNPKG

@ng-web-apis/midi

Version:

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

7 lines (6 loc) 258 B
import { InjectionToken } from '@angular/core'; export declare const WA_MIDI_ACCESS: InjectionToken<Promise<MIDIAccess>>; /** * @deprecated: drop in v5.0, use {@link WA_MIDI_ACCESS} */ export declare const MIDI_ACCESS: InjectionToken<Promise<MIDIAccess>>;