UNPKG

music-metadata

Version:

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

8 lines 206 B
export const dsfParserLoader = { parserType: 'dsf', extensions: ['.dsf'], async load() { return (await import('./DsfParser.js')).DsfParser; } }; //# sourceMappingURL=DsfLoader.js.map