From 6deffaad3c096240ea7eef6bcf34aa9a7dc3d8d8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 15 May 2022 06:31:20 +0000 Subject: docs(server): Server constructor --- laurali/server.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/laurali/server.ts b/laurali/server.ts index af656af..b2a2446 100644 --- a/laurali/server.ts +++ b/laurali/server.ts @@ -43,6 +43,11 @@ export abstract class Server { /** The hostname of the `Server` */ static #hostname: string; + /** + * @param certFile The path to the public key file of the `Server` + * @param keyFile The path to the private key file of the `Server` + * @param config Extra configuration options of the `Server` + */ constructor( certFile: string, keyFile: string, -- cgit v1.2.3