SYMBOL INDEX (38 symbols across 6 files) FILE: docs/swapi-example/types.ts type Person (line 1) | type Person = { type Planet (line 13) | type Planet = { type Film (line 23) | type Film = { type Vehicle (line 36) | type Vehicle = { type Paginated (line 45) | type Paginated = { FILE: src/constants.ts constant SEPARATOR (line 1) | const SEPARATOR = "__"; FILE: src/playground.ts type User (line 6) | type User = { FILE: src/tests/type-only.test.ts type tests (line 68) | type tests = [ FILE: src/tests/utils.ts type Expect (line 1) | type Expect = T; type ExpectTrue (line 2) | type ExpectTrue = T; type ExpectFalse (line 3) | type ExpectFalse = T; type IsTrue (line 4) | type IsTrue = T; type IsFalse (line 5) | type IsFalse = T; type Equal (line 7) | type Equal = (() => T extends X ? 1 : 2) extends < type NotEqual (line 12) | type NotEqual = true extends Equal ? false : true; type IsAny (line 15) | type IsAny = 0 extends 1 & T ? true : false; type NotAny (line 16) | type NotAny = true extends IsAny ? false : true; type Debug (line 18) | type Debug = { [K in keyof T]: T[K] }; type MergeInsertions (line 19) | type MergeInsertions = T extends object type Alike (line 23) | type Alike = Equal, MergeInsertions>; type ExpectExtends (line 25) | type ExpectExtends = EXPECTED extends VALUE type ExpectValidArgs (line 28) | type ExpectValidArgs< type UnionToIntersection (line 33) | type UnionToIntersection = ( FILE: src/types.ts type DefaultArgs (line 1) | type DefaultArgs = [string]; type AcceptedParser (line 3) | type AcceptedParser = type SchemaMap (line 9) | type SchemaMap = Map; type Schemas (line 11) | type Schemas = { type UntypeableBase (line 16) | interface UntypeableBase { type Prettify (line 46) | type Prettify = { type UntypeableInput (line 50) | interface UntypeableInput { type UntypeableOutput (line 58) | interface UntypeableOutput { type UntypeableRouter (line 64) | interface UntypeableRouter< type LooseUntypeableHandler (line 80) | type LooseUntypeableHandler = ( type UntypeableHandler (line 84) | type UntypeableHandler< type ArgsFromRoutes (line 132) | type ArgsFromRoutes = TRoutes extends UntypeableOutput< type StringArrayToObject (line 143) | type StringArrayToObject< type ArgsFromRouter (line 153) | type ArgsFromRouter> = type RoutesFromRouter (line 156) | type RoutesFromRouter> =