[F] isSdkIntKind
function isSdkIntKind(kind): kind is "integer" | "numeric" | "int64" | "int32" | "int16" | "int8" | "uint64" | "uint32" | "uint16" | "uint8" | "safeint";Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
kind | string |
Returns
Section titled “Returns”kind is “integer” | “numeric” | “int64” | “int32” | “int16” | “int8” | “uint64” | “uint32” | “uint16” | “uint8” | “safeint”