UNPKG

music-metadata

Version:

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

5 lines (4 loc) 147 B
import { CommonTagMapper } from '../common/GenericTagMapper.js'; export declare class AiffTagMapper extends CommonTagMapper { constructor(); }