UNPKG

axentax-compiler

Version:

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

7 lines (6 loc) 287 B
import { CompileSymbols } from "../interface/compile"; import { Conduct } from "../interface/conduct"; import { ErrorBase, IResult } from "../interface/utils.response.interface"; export declare class ModSyntax { static as(conduct: Conduct): IResult<CompileSymbols[][], ErrorBase>; }