Skip to main content

IsUnknown

@elastic/chartsExports


@elastic/charts / IsUnknown

Type alias: IsUnknown<T, True, False>

IsUnknown<T, True, False>: unknown extends T ? IsAny<T, False, True> : False

return True if T is unknown, otherwise return False

Type parameters

T

True

False = never

Source

packages/charts/src/utils/common.tsx:248


Generated using typedoc-plugin-markdown and TypeDoc