UNPKG

@ng-web-apis/midi

Version:

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

6 lines (5 loc) 186 B
import { type OperatorFunction } from 'rxjs'; /** * Extract received time from MIDI event */ export declare function toTimeStamp(): OperatorFunction<WebMidi.MIDIMessageEvent, number>;