Skip to content

Compute

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 Parameter
type