Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 5, 2025
1 parent 890c729 commit c2c2ce9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Target/Function/Document.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type Interface from "../Interface/Document.js";
*/
declare const _default: Interface;
export default _default;
export declare const Exec: any;
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;
7 changes: 7 additions & 0 deletions Target/Function/Exec.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import type Interface from "../Interface/Exec.js";
/**
* @module Exec
*
*/
declare const _default: Interface;
export default _default;
1 change: 1 addition & 0 deletions Target/Function/Exec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2c2ce9

Please sign in to comment.