SYMBOL INDEX (39 symbols across 10 files) FILE: index.js function fastifySensible (line 14) | function fastifySensible (fastify, opts, next) { FILE: lib/assert.js function assert (line 7) | function assert (condition, code, message) { FILE: lib/cache-control.js function cacheControl (line 32) | function cacheControl (type, time) { function preventCache (line 48) | function preventCache () { function maxAge (line 59) | function maxAge (time) { function revalidate (line 63) | function revalidate () { function staticCache (line 68) | function staticCache (time) { function stale (line 77) | function stale (type, time) { FILE: lib/httpError.d.ts class HttpError (line 1) | class HttpError extends Error { type UnknownError (line 13) | type UnknownError = Error | string | number | { [key: string]: any } type HttpErrorTypes (line 15) | type HttpErrorTypes = { type ValueOf (line 59) | type ValueOf type HttpErrorCodesLoose (line 64) | type HttpErrorCodesLoose = HttpErrorCodes | `${HttpErrorCodes}` type AsCode (line 66) | type AsCode = T extends `${infer N extends HttpErrorCodes}` ? N : never type HttpErrors (line 68) | type HttpErrors = { FILE: lib/httpErrors.js function normalize (line 11) | function normalize (code, msg) { function getHttpError (line 185) | function getHttpError (code, message) { FILE: lib/vary.js function vary (line 7) | function vary (field) { FILE: test/httpErrors.test.js function normalize (line 90) | function normalize (code, msg) { FILE: test/httpErrorsReply.test.js function normalize (line 126) | function normalize (code, msg) { FILE: test/to.test.js function promise (line 45) | function promise (bool) { FILE: types/index.d.ts type FastifySensible (line 5) | type FastifySensible = FastifyPluginCallback = [Error, T] type Assert (line 30) | interface Assert { type FastifyInstance (line 41) | interface FastifyInstance { type FastifyReply (line 47) | interface FastifyReply extends fastifySensible.HttpErrorReplys { type FastifyRequest (line 61) | interface FastifyRequest { type FastifySensibleOptions (line 69) | interface FastifySensibleOptions { type HttpErrors (line 94) | type HttpErrors = Errors.HttpErrors type HttpErrorCodes (line 95) | type HttpErrorCodes = Errors.HttpErrorCodes type HttpErrorCodesLoose (line 96) | type HttpErrorCodesLoose = Errors.HttpErrorCodesLoose type HttpErrorNames (line 97) | type HttpErrorNames = Errors.HttpErrorNames type HttpErrorTypes (line 98) | type HttpErrorTypes = Errors.HttpErrorTypes type HttpErrorReplys (line 102) | type HttpErrorReplys = {