UNPKG

music-metadata

Version:

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

9 lines (8 loc) 111 B
export const DataType = { string: 0, uint: 1, uid: 2, bool: 3, binary: 4, float: 5, };