Skip to content

Commit

Permalink
exporting deepmerge utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
IDCs committed Nov 15, 2023
1 parent 38c95b6 commit 33c15b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/util/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ import { batchDispatch, bytesToString, deBOM, delay, isChildPath, isFilenameVali
sanitizeFilename, semverCoerce, setdefault, toBlue, toPromise, unique,
makeOverlayableDictionary } from './util';
import { Campaign, Section, Source, Overlayable } from './util';
import deepMerge from './deepMerge';
import walk from './walk';

import SevenZip = require('node-7z');
Expand All @@ -88,6 +89,7 @@ export {
DataInvalid,
Debouncer,
deBOM,
deepMerge,
delay,
deriveModInstallName as deriveInstallName,
epicGamesLauncher,
Expand Down

0 comments on commit 33c15b0

Please sign in to comment.