UNPKG

@ng-web-apis/midi

Version:

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

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