Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 9, 2024
1 parent ae96f47 commit e734bb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 41 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
The utility will now automatically remove all the deadlinks from your website
and point to their origin.

[@playform/remove]: HTTPS://npmjs.org/@playform/remove
[@playform/remove]: HTTPS://NPMJS.Org/@playform/remove
[astro-integration]: HTTPS://docs.astro.build/en/guides/integrations-guide/

## Changelog
Expand Down
22 changes: 2 additions & 20 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,5 @@
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integraton.js";
export declare const Default: Omit<{} & {
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: 2;
Action: Omit<{} & {
Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<true>;
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
}, "__proto__">;
File: string;
Exclude: false;
}, "__proto__">;
export declare const Merge: import("@playform/build/Target/Interface/Merge.js").default<import("@playform/build/Target/Interface/Merge.js").Generic>;
export declare const Default: any;
export declare const Merge: Interface<Generic>;
20 changes: 1 addition & 19 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,5 @@
* @module Option
*
*/
declare const _default: Omit<{} & {
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: 2;
Action: Omit<{} & {
Read: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File").default) => Promise<import("@playform/pipe/Target/Type/Buffer").Type>;
Passed: (On: import("@playform/pipe/Target/Interface/File").default) => Promise<true>;
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise<string>;
Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan").default) => Promise<string | false>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan").default) => Promise<import("@playform/pipe/Target/Interface/Plan").default>;
}, "__proto__">;
File: string;
Exclude: false;
}, "__proto__">;
declare const _default: any;
export default _default;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+HTTPS://github.com/PlayForm/Remove.git"
"url": "git+https://github.com/PlayForm/Remove.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
Expand Down

0 comments on commit e734bb5

Please sign in to comment.