UnstubifyAll<A>: {
    [I in keyof A]: Unstubify<A[I]>
}

Type Parameters

  • A extends any[]