UNPKG

cue-parser

Version:

A simple js library to parse cue sheet

8 lines (7 loc) 222 B
import { ICueSheet } from "./types"; /** * Parse function * @param filename Filename path to cue-sheet to be parsed * @return CUE-sheet information object */ export declare function parse(filename: string): ICueSheet;