From 824f67995a2c5d2d7a137990f478dbfb3d4c613a Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Tue, 17 Oct 2023 21:19:31 +0300 Subject: [PATCH] squash! --- Source/{Interface => Type}/File.ts | 0 Target/Function/Integration.d.ts | 3 ++- Target/{Interface => Type}/File.d.ts | 0 Target/{Interface => Type}/File.js | 0 Target/Variable/Option.d.ts | 3 ++- 5 files changed, 4 insertions(+), 2 deletions(-) rename Source/{Interface => Type}/File.ts (100%) rename Target/{Interface => Type}/File.d.ts (100%) rename Target/{Interface => Type}/File.js (100%) diff --git a/Source/Interface/File.ts b/Source/Type/File.ts similarity index 100% rename from Source/Interface/File.ts rename to Source/Type/File.ts diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 7b148c59..2c4b7f89 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -1,3 +1,4 @@ +/// /** * @module Integration * @@ -108,7 +109,7 @@ export declare const Default: Omit<{} & { Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise; Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ Files }: import("files-pipe/Target/Interface/Plan.js").default) => Promise; }, "__proto__">; Logger: 2; diff --git a/Target/Interface/File.d.ts b/Target/Type/File.d.ts similarity index 100% rename from Target/Interface/File.d.ts rename to Target/Type/File.d.ts diff --git a/Target/Interface/File.js b/Target/Type/File.js similarity index 100% rename from Target/Interface/File.js rename to Target/Type/File.js diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index ed9b47ee..c2df37aa 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -1,3 +1,4 @@ +/// /** * @module Option * @@ -103,7 +104,7 @@ declare const _default: Omit<{} & { Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise; Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise; Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ Files }: import("files-pipe/Target/Interface/Plan.js").default) => Promise; }, "__proto__">; Logger: 2;