From 44a140d51ca6d29818e61ae6177ca9837f07140f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20G=C5=82owala?= Date: Wed, 15 Nov 2023 20:12:56 +0100 Subject: [PATCH] Update index.d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 520eafa..970631e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -42,7 +42,7 @@ export interface Ignore { test(pathname: Pathname): TestResult } -interface Options { +export interface Options { ignorecase?: boolean // For compatibility ignoreCase?: boolean