SYMBOL INDEX (18 symbols across 9 files) FILE: src/app.d.ts type Locals (line 7) | interface Locals { type Session (line 16) | interface Session { FILE: src/lib/form.ts function enhance (line 5) | function enhance( FILE: src/lib/ioevents/click.ts function clickOutside (line 2) | function clickOutside(node: any, except: any[] = []) { FILE: src/lib/ioevents/keydown.ts function keydownEscape (line 2) | function keydownEscape(node: any) { FILE: src/lib/templates/Admin/API/form.ts function enhance (line 1) | function enhance( FILE: src/lib/templates/Blog/Particles/index.d.ts type CustomEventWrapper (line 5) | type CustomEventWrapper = { type ParticlesProps (line 8) | type ParticlesProps = { type ParticlesEvents (line 14) | type ParticlesEvents = CustomEventWrapper<{ FILE: src/routes/api.ts type ApiParams (line 3) | interface ApiParams { function api (line 10) | async function api(params: ApiParams) { FILE: src/routes/demo/sverdle/game.ts class Game (line 3) | class Game { method constructor (line 12) | constructor(serialized: string | undefined = undefined) { method enter (line 32) | enter(letters: string[]) { method toString (line 72) | toString() { FILE: src/service-worker.ts constant STATIC_CACHE_NAME (line 6) | const STATIC_CACHE_NAME = `cache${version}`; constant APP_CACHE_NAME (line 7) | const APP_CACHE_NAME = `offline${version}`; function fetchAndCache (line 73) | async function fetchAndCache(request: Request) {