Skip to content

Commit

Permalink
Remove export
Browse files Browse the repository at this point in the history
  • Loading branch information
AlttiRi authored Sep 6, 2021
1 parent d627980 commit 3863351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/scanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const meta = new Meta(scanPath);
* @param {import("fs/promises").Dirent} dirent
* @return {ScanEntryType}
*/
export function typeFromDirent(dirent) {
function typeFromDirent(dirent) {
if (dirent.isFile()) {
return "file";
}
Expand Down

0 comments on commit 3863351

Please sign in to comment.