Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored Jan 10, 2025
1 parent f1e0eab commit 58c9b74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,9 @@ export async function fileTypeStream(readableStream, options = {}) {
}

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

0 comments on commit 58c9b74

Please sign in to comment.