A type that infers the type based on the result of the typeof operator in JavaScript. It maps a string representing a typeof result to the corresponding TypeScript type.
typeof
A string that represents the result of typeof.
A type that infers the type based on the result of the
typeofoperator in JavaScript. It maps a string representing atypeofresult to the corresponding TypeScript type.