From 80221764db6e7243b118c3989d86f09f9023c16c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 23 Sep 2023 13:39:00 +0300 Subject: [PATCH] squash! --- Source/Option/Index.ts | 2 +- Target/Option/Index.d.ts | 19 ++++++++++++++++++- Target/Option/Index.js | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Source/Option/Index.ts b/Source/Option/Index.ts index fb90a2b..c3f64c9 100644 --- a/Source/Option/Index.ts +++ b/Source/Option/Index.ts @@ -9,4 +9,4 @@ export interface Option extends _Option { export default Merge(Default, { pipe: {}, -} satisfies Option) as Option; +} satisfies Option); diff --git a/Target/Option/Index.d.ts b/Target/Option/Index.d.ts index 416e03f..401814f 100644 --- a/Target/Option/Index.d.ts +++ b/Target/Option/Index.d.ts @@ -2,5 +2,22 @@ import type { Option as _Option } from "files-pipe"; export interface Option extends _Option { [key: string]: any; } -declare const _default: Option; +declare const _default: Omit<{} & { + Cache: { + Search: string; + Folder: string; + }; + Path: string; + Action: { + Read: (On: import("files-pipe").File) => Promise; + Wrote: (On: import("files-pipe").File) => Promise; + Passed: (On: import("files-pipe").File) => Promise; + Failed: (On: import("files-pipe").File) => Promise; + Accomplished: (On: import("files-pipe").File) => Promise; + Fulfilled: (Plan: import("files-pipe/Target/Interface/Plan").Type) => Promise; + Changed: (Plan: import("files-pipe/Target/Interface/Plan").Type) => Promise; + }; + Logger: 2; + pipe: {}; +}, "__proto__">; export default _default; diff --git a/Target/Option/Index.js b/Target/Option/Index.js index 24c765a..771cc6f 100644 --- a/Target/Option/Index.js +++ b/Target/Option/Index.js @@ -1 +1 @@ -import{Default as t,Merge as e}from"files-pipe";var p=e(t,{pipe:{}});export{p as default}; +import{Default as e,Merge as t}from"files-pipe";var p=t(e,{pipe:{}});export{p as default};