Skip to content

Commit

Permalink
fix: remove exported function mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceat committed Jul 14, 2024
1 parent 688ae5e commit 5c6f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ function read_blob(buffer) {
}
}

export function mapper(object_source, mappings) {
function mapper(object_source, mappings) {
const map_recursive = obj => {
if (Array.isArray(obj)) {
return obj.map(map_recursive)
Expand Down

0 comments on commit 5c6f79d

Please sign in to comment.