Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 7, 2024
1 parent ffe23d7 commit a06f732
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Target/Function/Adapt.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*/
declare const _default: Interface;
export default _default;
import type Interface from "@Interface/Adapt.js";
export declare const Exec: import("../Interface/Exec").default;
import type Interface from "../Interface/Adapt.js";
export declare const Exec: import("../Interface/Exec.js").default;
export declare const resolve: (...paths: string[]) => string;
export declare const Pipe: string[];
export declare const Current: string;
2 changes: 1 addition & 1 deletion Target/Function/Exec.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/
declare const _default: Interface;
export default _default;
import type Interface from "@Interface/Exec.js";
import type Interface from "../Interface/Exec.js";
2 changes: 1 addition & 1 deletion Target/Function/JSON.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
*/
declare const _default: Interface;
export default _default;
import type Interface from "@Interface/JSON.js";
import type Interface from "../Interface/JSON.js";

0 comments on commit a06f732

Please sign in to comment.