Possible type values returned by typeof.
typeof
const typeString: TyeOfValue = "string";const typeBoolean: TyeOfValue = "boolean";const typeFunction: TyeOfValue = "function";
Possible type values returned by
typeof
.Example