UNPKG

music-metadata

Version:

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

8 lines (7 loc) 281 B
import { CommonTagMapper } from '../common/GenericTagMapper.js'; import type { IRating, ITag } from '../type.js'; export declare class AsfTagMapper extends CommonTagMapper { static toRating(rating: string): IRating; constructor(); protected postMap(tag: ITag): void; }