Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 17, 2023
1 parent 80865d2 commit 824f679
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="node" />
/**
* @module Integration
*
Expand Down Expand Up @@ -108,7 +109,7 @@ export declare const Default: Omit<{} & {
Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise<any>;
Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<import("files-pipe/Target/Interface/Buffer.js").Type>;
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<Buffer>;
Fulfilled: ({ Files }: import("files-pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
}, "__proto__">;
Logger: 2;
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/// <reference types="node" />
/**
* @module Option
*
Expand Down Expand Up @@ -103,7 +104,7 @@ declare const _default: Omit<{} & {
Accomplished: (On: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise<any>;
Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<import("files-pipe/Target/Interface/Buffer.js").Type>;
Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise<Buffer>;
Fulfilled: ({ Files }: import("files-pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
}, "__proto__">;
Logger: 2;
Expand Down

0 comments on commit 824f679

Please sign in to comment.