toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
TypePredicateBase
Type
Predicate
Base
sealed
external
interface
TypePredicateBase
(
source
)
Inheritors
AssertsIdentifierTypePredicate
AssertsThisTypePredicate
IdentifierTypePredicate
ThisTypePredicate
Members
Properties
kind
Link copied to clipboard
abstract
var
kind
:
TypePredicateKind
type
Link copied to clipboard
abstract
var
type
:
Type
?