From 1e6a403d0d164030efa6366c3891b78cd083238f Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Tue, 24 Oct 2023 22:22:49 +0400 Subject: [PATCH] Adjust d.ts comment formatting --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index a4b915a..cb30628 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,11 +1,13 @@ declare module "deps-qt-core-raub" { /** * Path to binaries + * * Platform binary directory absolute path */ export const bin: string; /** * Path to includes + * * Include directory for this module */ export const include: string;