Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 22, 2024
1 parent 8b806d2 commit 5924bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 92 deletions.
59 changes: 1 addition & 58 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,8 @@
* @module Integration
*
*/
<<<<<<< HEAD
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integraton.js";
export declare const Default: Omit<{} & {
File: string;
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: number;
Action: Omit<{} & {
Read: ({ Input: e }: {
Input: any;
}) => Promise<string>;
Wrote: ({ Buffer: e }: {
Buffer: any;
}) => Promise<any>;
Passed: (e: any) => Promise<any>;
Failed: ({ Input: e }: {
Input: any;
}) => Promise<string>;
Accomplished: ({ Input: e, Output: a }: {
Input: any;
Output: any;
}) => Promise<string>;
Fulfilled: ({ File: e }: {
File: any;
}) => Promise<string | false>;
Changed: (e: any) => Promise<any>;
}, "__proto__">;
Exclude: boolean;
}, "__proto__">;
export declare const Default: unknown;
export declare const Merge: import("@playform/build/Target/Interface/Merge.js").default<import("@playform/build/Target/Interface/Merge.js").Generic>;
=======
<<<<<<< HEAD
declare const _default: (Option: import("@playform/pipe/Target/Interface/Option.js").default) => {
name: string;
hooks: {
"astro:build:done": ({ dir }: {
pages: {
pathname: string;
}[];
dir: URL;
routes: import("astro").RouteData[];
logger: import("astro").AstroIntegrationLogger;
cacheManifest: boolean;
}) => void;
};
};
export default _default;
export declare const Default: any;
export declare const Merge: any;
=======
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integraton.js";
export declare const Default: any;
export declare const Merge: Interface<Generic>;
>>>>>>> c5e311607f46e35736c59843f04e4850fb9290fd
>>>>>>> 6c5b578f53d1c28a0b8a8e76678f3fc52fb08174
35 changes: 1 addition & 34 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,5 @@
* @module Option
*
*/
<<<<<<< HEAD
declare const _default: Omit<{} & {
File: string;
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: number;
Action: Omit<{} & {
Read: ({ Input: e }: {
Input: any;
}) => Promise<string>;
Wrote: ({ Buffer: e }: {
Buffer: any;
}) => Promise<any>;
Passed: (e: any) => Promise<any>;
Failed: ({ Input: e }: {
Input: any;
}) => Promise<string>;
Accomplished: ({ Input: e, Output: a }: {
Input: any;
Output: any;
}) => Promise<string>;
Fulfilled: ({ File: e }: {
File: any;
}) => Promise<string | false>;
Changed: (e: any) => Promise<any>;
}, "__proto__">;
Exclude: boolean;
}, "__proto__">;
=======
declare const _default: any;
>>>>>>> 6c5b578f53d1c28a0b8a8e76678f3fc52fb08174
declare const _default: unknown;
export default _default;

0 comments on commit 5924bd2

Please sign in to comment.