Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "util/Unknown"

Index

Type aliases

Type aliases

Unknown

Unknown: __type | undefined | null

The type of all values; nothing is known about it a priori except that it exists. The same idea as Flow's mixed type. Borrowed from @pelotom's type-zoo

see

https://github.com/pelotom/type-zoo/#unknown

see

https://github.com/Microsoft/TypeScript/issues/10715

Generated using TypeDoc