UNPKG

mosfez-synth

Version:

A microtonal-aware synth engine library for web.

5 lines (3 loc) 145 B
declare type ParamValue = number | string; declare type ParamValueObject = Record<string, ParamValue>; export { ParamValue, ParamValueObject };