-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0671dc7
commit 3630b78
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import type { AstroIntegration } from "astro"; | ||
import type Option from "../Interface/Option.js"; | ||
/** | ||
* @module Integration | ||
* | ||
*/ | ||
export default interface Interface { | ||
(Option: Option): AstroIntegration; | ||
} | ||
import type { AstroIntegration } from "astro"; | ||
import type Option from "../Interface/Option.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
import type Option from "@playform/pipe/Target/Interface/Option.js"; | ||
import type Critters from "../Interface/Critters.js"; | ||
/** | ||
* @module Option | ||
* | ||
*/ | ||
export default interface Interface extends Option { | ||
Critters?: boolean | Critters; | ||
} | ||
import type Critters from "../Interface/Critters.js"; | ||
import type Option from "@playform/pipe/Target/Interface/Option.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import type Interface from "../Interface/Critters.js"; | ||
/** | ||
* @module Critters | ||
* | ||
*/ | ||
declare const _default: Interface; | ||
export default _default; | ||
import type Interface from "../Interface/Critters.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters