import { TypeChecker } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Gets the base type of a literal type.
For example, for a number literal type it will return the number type.
Parameters
type: Type
- Literal type to get the base type of.