Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 26, 2023
1 parent da4c018 commit e635ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Function/Build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ export default (async (...[File, Option]: Parameters<Type>) => {

import type Type from "../Interface/Build.js";

const { default: Exec } = await import("../Function/Exec.js");
export const { default: Exec } = await import("../Function/Exec.js");

const { deepmerge } = await import("deepmerge-ts");
export const { deepmerge } = await import("deepmerge-ts");

0 comments on commit e635ac4

Please sign in to comment.