Skip to content

Commit

Permalink
fix: Fix bad export
Browse files Browse the repository at this point in the history
Co-authored-by: Janne Savolainen <[email protected]>
  • Loading branch information
Iku-turso and jansav committed Feb 12, 2024
1 parent 3ff26b1 commit df4b9c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/fp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ import getSafeFrom from './src/getSafeFrom/getSafeFrom';
import getFrom from './src/getFrom/getFrom';
import firstMatchValue from './src/firstMatchValue/firstMatchValue';
import { DeepMap } from './src/deepMap/deepMap';
import replaceTagsWithValues from './src/replaceTagsWithValues/replaceTagsWithValues';

import {
replaceTagsWithValues,
replaceTagsWithValuesUnsafe,
} from './src/replaceTagsWithValues/replaceTagsWithValues';

export {
awaitAll,
Expand All @@ -25,4 +29,5 @@ export {
firstMatchValue,
DeepMap,
replaceTagsWithValues,
replaceTagsWithValuesUnsafe,
};

0 comments on commit df4b9c1

Please sign in to comment.