Skip to content

Commit

Permalink
Fix exporting parseWebStream() in Node entry point
Browse files Browse the repository at this point in the history
Resolves: #2143
  • Loading branch information
Borewit committed Jul 15, 2024
1 parent 69f92c2 commit 86c680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { IAudioMetadata, IOptions } from './type.js';
import { RandomFileReader } from './common/RandomFileReader.js';

export { IAudioMetadata, IOptions, ITag, INativeTagDict, ICommonTagsResult, IFormat, IPicture, IRatio, IChapter } from './type.js';
export { parseFromTokenizer, parseBuffer, parseBlob, selectCover, orderTags, ratingToStars, IFileInfo } from './core.js';
export { parseFromTokenizer, parseBuffer, parseBlob, parseWebStream, selectCover, orderTags, ratingToStars, IFileInfo } from './core.js';

const debug = initDebug('music-metadata:parser');

Expand Down

0 comments on commit 86c680f

Please sign in to comment.