From 03435feb282d0cdcf28d6b41b8c6b77b35aa63f4 Mon Sep 17 00:00:00 2001 From: Steve Cresswell <229672+cressie176@users.noreply.github.com> Date: Mon, 13 May 2024 18:24:40 +0100 Subject: [PATCH] Add missing semi --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index f80a60f..cc21493 100644 --- a/index.d.ts +++ b/index.d.ts @@ -6,7 +6,7 @@ export const formats: FormatsType; type AsyncConfigType = { format?: FormatType; - options?: ExecAsyncOptions + options?: ExecAsyncOptions; }; type SyncConfigType = {