Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Any/Compute"

Index

Type aliases

Type aliases

Compute

Compute<A>: Compute<A>

Force TS to load a type that has not been computed (to resolve composed types that TS hasn't resolved).

Type parameters

  • A: any

    to compute

returns

A

example

import {A} from 'ts-toolbelt'

type test0 = A.Compute<{x: 'x'} & {y: 'y'}> // {x: 'x', y: 'y'}

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.