UNPKG

music-metadata

Version:

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

7 lines (6 loc) 167 B
import type { IToken } from 'strtok3'; /** * Token for read FourCC * Ref: https://en.wikipedia.org/wiki/FourCC */ export declare const FourCcToken: IToken<string>;