From 589df9690b00df67a0fb5d643046e20b561e04d4 Mon Sep 17 00:00:00 2001 From: Brooks Johnson <2008881+bkjohnson@users.noreply.github.com> Date: Sun, 12 Mar 2023 10:34:10 -0700 Subject: [PATCH] Update globSync documentation to match signature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62c164a..85112928 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Returns objects if the `withFileTypes` option is set to `true`. See below for full options field desciptions. -## `globSync(pattern: string, options?: GlobOptions) => string[] | Path[]` +## `globSync(pattern: string | string[], options?: GlobOptions) => string[] | Path[]` Synchronous form of `glob()`.