Skip to content

PURISTA API


PURISTA API / @purista/core / FromEmitToOtherType

Type Alias: FromEmitToOtherType<Entry, NewType>

FromEmitToOtherType<Entry, NewType> = { [TKey in keyof Entry]: NewType }

Defined in: packages/core/src/core/types/FromEmitToOtherType.ts:6

Changes the canEmit proxy type to given type

serviceName.ServiceVersion.FunctionName becomes type of SinonStub

Type Parameters

Entry

Entry

NewType

NewType