From 2d92125be23c1da9424679d424a4b6c83cf9eac6 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 31 Aug 2024 17:49:11 +0300 Subject: [PATCH] --- Target/Function/Integration.d.ts | 37 -------------------------------- Target/Interface/Integraton.d.ts | 9 -------- Target/Type/Option.d.ts | 7 ------ Target/Variable/Option.d.ts | 24 --------------------- 4 files changed, 77 deletions(-) delete mode 100644 Target/Function/Integration.d.ts delete mode 100644 Target/Interface/Integraton.d.ts delete mode 100644 Target/Type/Option.d.ts delete mode 100644 Target/Variable/Option.d.ts diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts deleted file mode 100644 index cbf91d5..0000000 --- a/Target/Function/Integration.d.ts +++ /dev/null @@ -1,37 +0,0 @@ -/** - * @module Integration - * - */ -declare const _default: Interface; -export default _default; -import type Interface from "../Interface/Integraton.js"; -export declare const Default: { - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; - Action: { - Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - }; - File: string; - Exclude: false; -}; -export declare const Merge: (...objects: Ts) => import("deepmerge-ts").DeepMergeHKT, Readonly<{ - key: PropertyKey; - parents: ReadonlyArray>>; -}>>; diff --git a/Target/Interface/Integraton.d.ts b/Target/Interface/Integraton.d.ts deleted file mode 100644 index 06f2a01..0000000 --- a/Target/Interface/Integraton.d.ts +++ /dev/null @@ -1,9 +0,0 @@ -/** - * @module Integration - * - */ -export default interface Interface { - (Option: Option): AstroIntegration; -} -import type Option from "../Type/Option.js"; -import type { AstroIntegration } from "astro"; diff --git a/Target/Type/Option.d.ts b/Target/Type/Option.d.ts deleted file mode 100644 index 1e257b2..0000000 --- a/Target/Type/Option.d.ts +++ /dev/null @@ -1,7 +0,0 @@ -/** - * @module Option - * - */ -export type Type = Option; -export type { Type as default }; -import type Option from "@playform/pipe/Target/Interface/Option.js"; diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts deleted file mode 100644 index d440ddd..0000000 --- a/Target/Variable/Option.d.ts +++ /dev/null @@ -1,24 +0,0 @@ -/** - * @module Option - * - */ -declare const _default: { - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; - Action: { - Read: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise; - Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File").default) => Promise; - Passed: (On: import("@playform/pipe/Target/Interface/File").default) => Promise; - Failed: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise; - Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File").default) => Promise; - Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan").default) => Promise; - Changed: (Plan: import("@playform/pipe/Target/Interface/Plan").default) => Promise; - }; - File: string; - Exclude: false; -}; -export default _default;