Skip to content

Compute

type Compute<type> = { [key in keyof type]: type[key] } & unknown;

Defined in: packages/iso-filecoin-react/src/types.ts:10

Combines members of an intersection into a readable type.

Type Parameters

Type Parameter
type