Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FilterPattern

type FilterPattern =
| ReadonlyArray<string | RegExp>
| string
| RegExp
| null;

§Type

§
ReadonlyArray<string | RegExp> | string | RegExp | null
[src]