Skip to content

Commit

Permalink
Fix Node.js entry point export fileTypeFromTokenizer (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 10, 2024
1 parent 6f6fe7f commit 20fdba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ export async function fileTypeStream(readableStream, options = {}) {
return new NodeFileTypeParser().toDetectionStream(readableStream, options);
}

export {fileTypeFromBuffer, fileTypeFromBlob, FileTypeParser, supportedMimeTypes, supportedExtensions} from './core.js';
export {fileTypeFromTokenizer, fileTypeFromBuffer, fileTypeFromBlob, FileTypeParser, supportedMimeTypes, supportedExtensions} from './core.js';

0 comments on commit 20fdba7

Please sign in to comment.