SYMBOL INDEX (30 symbols across 8 files) FILE: examples/with-https/index.js constant PORT (line 6) | const PORT = process.env.PORT || 3443; FILE: packages/micro/src/bin/micro.ts function registerShutdown (line 130) | function registerShutdown(fn: () => void) { function startEndpoint (line 145) | function startEndpoint(module: RequestHandler, endpoint: string) { function start (line 173) | async function start() { function hasMain (line 192) | function hasMain(packageJson: unknown): packageJson is { main: string } { function isNodeError (line 200) | function isNodeError( function isAddressInfo (line 206) | function isAddressInfo(obj: unknown): obj is AddressInfo { FILE: packages/micro/src/lib/error.ts function logError (line 3) | function logError(message: string, errorCode: string) { FILE: packages/micro/src/lib/handler.ts function isErrorObject (line 26) | function isErrorObject(error: unknown): error is Error { FILE: packages/micro/src/lib/index.ts function isStream (line 11) | function isStream(stream: unknown): stream is Stream { function readable (line 20) | function readable(stream: unknown): stream is Readable { type RequestHandler (line 28) | type RequestHandler = ( type Serve (line 33) | type Serve = (fn: RequestHandler) => RequestListener; class HttpError (line 37) | class HttpError extends Error { method constructor (line 38) | constructor(message: string) { function isError (line 47) | function isError(error: unknown): error is Error | HttpError { type BufferInfo (line 168) | interface BufferInfo { function isRawBodyError (line 173) | function isRawBodyError(error: unknown): error is RawBodyError { FILE: packages/micro/src/lib/parse-endpoint.ts function parseEndpoint (line 1) | function parseEndpoint(endpoint: string) { FILE: packages/micro/types/src/lib/index.d.ts type RequestHandler (line 4) | type RequestHandler = (req: IncomingMessage, res: ServerResponse) => unk... type Serve (line 5) | type Serve = (fn: RequestHandler) => RequestListener; class HttpError (line 7) | class HttpError extends Error { type BufferInfo (line 16) | interface BufferInfo { FILE: test/suite/index.ts function startServer (line 19) | function startServer(handler: RequestHandler): Promise<[string, () => vo... function sleep (line 37) | function sleep(ms: number) { type Payload (line 364) | interface Payload { type Payload (line 392) | interface Payload { type Payload (line 448) | interface Payload { type Payload (line 483) | interface Payload { type Payload (line 530) | interface Payload {