Skip to content

Commit

Permalink
Format/v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 27, 2024
1 parent a600911 commit 59e470b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 43 deletions.
34 changes: 7 additions & 27 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,13 @@ declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integration.js";
export declare const Default: {
File: string;
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: 2;
Biome: any;
Action: {
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<true>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
Failed: (On: any) => Promise<string>;
Accomplished: (On: any) => Promise<string>;
Fulfilled: ({ File }: {
File: any;
}) => Promise<string | false>;
};
Exclude: false;
Biome: unknown;
};
export declare const Merge: <Ts extends readonly unknown[]>(...objects: Ts) => import("deepmerge-ts").DeepMergeHKT<Ts, Readonly<{
DeepMergeRecordsURI: "DeepMergeRecordsDefaultURI";
DeepMergeArraysURI: "DeepMergeArraysDefaultURI";
DeepMergeSetsURI: "DeepMergeSetsDefaultURI";
DeepMergeMapsURI: "DeepMergeMapsDefaultURI";
DeepMergeOthersURI: "DeepMergeLeafURI";
DeepMergeFilterValuesURI: "DeepMergeFilterValuesDefaultURI";
}>, Readonly<{
key: PropertyKey;
parents: readonly Readonly<Record<PropertyKey, unknown>>[];
}>>;
export declare const Merge: import("@playform/build/Target/Interface/Merge.js").default<import("@playform/build/Target/Interface/Merge.js").Generic>;
22 changes: 6 additions & 16 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,13 @@
*
*/
declare const _default: {
File: string;
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: 2;
Biome: any;
Action: {
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<true>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
Failed: (On: any) => Promise<string>;
Accomplished: (On: any) => Promise<string>;
Fulfilled: ({ File }: {
File: any;
}) => Promise<string | false>;
};
Exclude: false;
Biome: unknown;
};
export default _default;

0 comments on commit 59e470b

Please sign in to comment.