Skip to content

Commit

Permalink
docs: fix globToRegExp example (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter authored May 31, 2021
1 parent 7b6bc70 commit e317c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion path/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ the `fs.walk` function but can be used anywhere else.
import { globToRegExp } from "https://deno.land/std@$STD_VERSION/path/glob.ts";

globToRegExp("foo/**/*.json", {
flags: "g",
extended: true,
globstar: true,
caseInsensitive: false,
Expand Down

0 comments on commit e317c03

Please sign in to comment.