style: pretty please (#224)

Co-authored-by: jacoobes <jacoobes@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-02-12 12:59:34 -06:00
committed by GitHub
parent f236dc05e2
commit 529edb7da5
2 changed files with 2462 additions and 1752 deletions

4212
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -94,7 +94,7 @@ export function executeModule(
* @returns receiver function for flattening a stream of data
*/
export function createResultResolver<
T extends { execute: (...args: any[]) => any; onEvent : ControlPlugin[] },
T extends { execute: (...args: any[]) => any; onEvent: ControlPlugin[] },
Args extends { module: T; [key: string]: unknown },
Output,
>(config: {