UNPKG

@ng-web-apis/midi

Version:

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

8 lines (7 loc) 165 B
import { type Provider } from '@angular/core'; /** * Provide MIDIInput by name * * @param name */ export declare function inputByName(name: string): Provider[];