UNPKG

axentax-compiler

Version:

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

4 lines (3 loc) 179 B
import { TabObj } from "../interface/tab"; import { SimpleResult } from "../interface/utils.response.interface"; export declare function valid(legTOLine: TabObj[]): SimpleResult;