Skip to content

Commit

Permalink
refactor(helpers): expose fileExtension method (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Sep 24, 2022
1 parent 33e4e42 commit ecee854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/metascraper-helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -454,8 +454,8 @@ module.exports = {
date,
description,
extension,
fileExtension,
findRule,
mimeExtension,
has,
image,
imageExtensions,
Expand All @@ -477,6 +477,7 @@ module.exports = {
loadIframe,
logo,
memoizeOne,
mimeExtension,
normalizeUrl,
protocol,
publisher,
Expand Down

0 comments on commit ecee854

Please sign in to comment.