UNPKG

axentax-compiler

Version:

Compile Axentax syntax in JavaScript and generate MIDI output for guitar phrasing.

6 lines (5 loc) 232 B
import { CompileSymbols } from "../interface/compile"; import { SimpleResult } from "../interface/utils.response.interface"; export declare class ModPrefix { static resolve(symbolsDualLists: CompileSymbols[][]): SimpleResult; }