Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jun 26, 2024
1 parent 8230645 commit 80bc91e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 45 deletions.
14 changes: 0 additions & 14 deletions Target/Class/Pipe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,4 @@ export declare const Cache: {
Fulfilled: ({ File }: Plan) => Promise<string | false>;
Changed: (Plan: Plan) => Promise<Plan>;
};
<<<<<<< HEAD
export declare const Merge: <Ts extends readonly unknown[]>(...objects: Ts) => import("deepmerge-ts").DeepMergeHKT<Ts, import("deepmerge-ts").GetDeepMergeFunctionsURIs<{}>, import("deepmerge-ts").DeepMergeBuiltInMetaData>;
=======
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>>[];
}>>;
>>>>>>> 17847992916f4336ac0bcf48dfc7b8597c47fd6f
14 changes: 0 additions & 14 deletions Target/Function/Merge.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,5 @@
* @module Merge
*
*/
<<<<<<< HEAD
declare const _default: <Ts extends readonly unknown[]>(...objects: Ts) => import("deepmerge-ts").DeepMergeHKT<Ts, import("deepmerge-ts").GetDeepMergeFunctionsURIs<{}>, import("deepmerge-ts").DeepMergeBuiltInMetaData>;
=======
declare const _default: <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>>[];
}>>;
>>>>>>> 17847992916f4336ac0bcf48dfc7b8597c47fd6f
export default _default;
4 changes: 0 additions & 4 deletions Target/Function/Pipe.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<<<<<<< HEAD
=======
/// <reference types="node" />
>>>>>>> 17847992916f4336ac0bcf48dfc7b8597c47fd6f
/**
* @module Pipe
*
Expand Down
4 changes: 0 additions & 4 deletions Target/Interface/Cache.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<<<<<<< HEAD
=======
/// <reference types="node" />
>>>>>>> 17847992916f4336ac0bcf48dfc7b8597c47fd6f
/**
* @module Plan
*
Expand Down
5 changes: 0 additions & 5 deletions Target/Type/Buffer.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<<<<<<< HEAD
=======
/// <reference types="node" />
/// <reference types="node" />
>>>>>>> 17847992916f4336ac0bcf48dfc7b8597c47fd6f
/**
* @module Buffer
*
Expand Down
4 changes: 0 additions & 4 deletions Target/Type/Path.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<<<<<<< HEAD
=======
/// <reference types="node" />
>>>>>>> 17847992916f4336ac0bcf48dfc7b8597c47fd6f
/**
* @module Path
*
Expand Down

0 comments on commit 80bc91e

Please sign in to comment.