mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
fix: stabilize opencode declarations across package managers
This commit is contained in:
parent
0f4f95b3de
commit
05acc27530
8 changed files with 31 additions and 15 deletions
|
|
@ -23,7 +23,9 @@ import {
|
|||
} from "./lib/changed-files-store.js"
|
||||
import changedFilesTool from "../tools/changed-files.js"
|
||||
|
||||
export const ECCHooksPlugin = async ({
|
||||
type ECCHooksPluginFn = (input: PluginInput) => Promise<Record<string, unknown>>
|
||||
|
||||
export const ECCHooksPlugin: ECCHooksPluginFn = async ({
|
||||
client,
|
||||
$,
|
||||
directory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue