UNPKG

music-metadata

Version:

Music metadata parser for Node.js, supporting virtual any audio and tag format.

4 lines (3 loc) 156 B
import { makeUnexpectedFileContentError } from '../ParseError.js'; export class MusepackContentError extends makeUnexpectedFileContentError('Musepack') { }