We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
de07dae
a94543c: Improve types in general.
trifid.start now returns a Promise<import('http').Server> instead of void. This allows to wait for the server to be ready before doing anything else.
trifid.start
Promise<import('http').Server>
void
552ecf9: The errors middleware is now returning the description of the status code in the body.