- Preparing search index...
- The search index is not available
Deepkit
- isExtendable(leftValue: AssignableType, rightValue: AssignableType, extendStack?: StackEntry[]): boolean
-
Parameters
-
leftValue: AssignableType
-
rightValue: AssignableType
-
extendStack: StackEntry[] = []
Returns boolean
The check of
extends
in Typescript. This function can be read asleft extends right
.See https://www.typescriptlang.org/docs/handbook/type-compatibility.html#any-unknown-object-void-undefined-null-and-never-assignability This algo follows strict mode.