Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 4, 2024
1 parent 68c8050 commit f666db8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Target/Function/Exec.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type Interface from "../Interface/Exec.js";
/**
* @module Exec
*
*/
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Exec.js";
2 changes: 1 addition & 1 deletion Target/Function/File.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type Interface from "../Interface/File.js";
/**
* @module File
*
*/
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/File.js";
2 changes: 1 addition & 1 deletion Target/Function/JSON.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type Interface from "../Interface/JSON.js";
/**
* @module JSON
*
*/
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/JSON.js";
2 changes: 1 addition & 1 deletion Target/Interface/Build.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { Pattern } from "fast-glob";
/**
* @module Build
*
Expand All @@ -22,4 +23,3 @@ export default interface Interface {
Exclude?: Pattern[];
}): Promise<void>;
}
import type { Pattern } from "fast-glob";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@types/node": "22.7.4",
"commander": "12.1.0",
"deepmerge-ts": "7.1.0",
"deepmerge-ts": "7.1.1",
"esbuild": "0.24.0",
"fast-glob": "3.3.2",
"tsc-alias": "1.8.10",
Expand Down

0 comments on commit f666db8

Please sign in to comment.