Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
  • Loading branch information
NikolaRHristov committed May 14, 2024
1 parent 6ab8875 commit 69b1272
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export default ((...[_Option = {}]: Parameters<Interface>) => {
// },
},
};
}) satisfies Interface as Interface;
}) satisfies Interface;

import type Onsharp from "../Interface/Image/Onsharp.js";
import type Interface from "../Interface/Integration.js";
Expand Down
21 changes: 19 additions & 2 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,26 @@
*
*/
export declare let System: string;
declare const _default: Interface;
declare const _default: (Option?: import("../Interface/Option.js").default | undefined) => {
name: string;
hooks: {
"astro:config:done": ({ config: { outDir: { pathname }, }, }: {
config: import("astro").AstroConfig;
setAdapter: (adapter: import("astro").AstroAdapter) => void;
logger: import("astro").AstroIntegrationLogger;
}) => Promise<void>;
"astro:build:done": ({ dir: Directory }: {
pages: {
pathname: string;
}[];
dir: URL;
routes: import("astro").RouteData[];
logger: import("astro").AstroIntegrationLogger;
cacheManifest: boolean;
}) => Promise<void>;
};
};
export default _default;
import type Interface from "../Interface/Integration.js";
import type Action from "@playform/pipe/Target/Interface/Action.js";
export declare const Default: Omit<{} & {
CSS: {
Expand Down

0 comments on commit 69b1272

Please sign in to comment.