typedi icon indicating copy to clipboard operation
typedi copied to clipboard

feat: create type helper to infer token

Open jrel opened this issue 2 years ago • 0 comments

@Service()
export class Foo {
  @InjectMany(BarToken)
  private bar!: TokenInferMany<typeof BarToken>;
}

jrel avatar Jun 22 '23 13:06 jrel