Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeGensler committed Jan 14, 2023
1 parent af638c0 commit ad6d099
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 76 deletions.
6 changes: 2 additions & 4 deletions dist/thyseus.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,8 @@ declare class SystemDefinition<T extends any[] = any[]> {
after(...others: SystemDefinition<any>[]): this;
beforeAll(): this;
afterAll(): this;
getAndClearDependencies(): {
dependencies: SystemDefinition<any>[];
implicitPosition: 0 | 1 | -1;
};
clone(): SystemDefinition<T>;
getAndClearDependencies(): SystemDependencies;
}
type SystemArguments<T extends Descriptor[]> = {
[Index in keyof T]: ReturnType<T[Index]['intoArgument']>;
Expand Down
Loading

0 comments on commit ad6d099

Please sign in to comment.