BuiltinBundleMatches
BuiltinBundleMatches — API reference.
Type
type BuiltinBundleMatches =
| string
| RegExp
| (string | RegExp)[]
| ((info: { name: string; version: string }) => boolean | Promise<boolean>);BuiltinBundleMatches — API reference.
type BuiltinBundleMatches =
| string
| RegExp
| (string | RegExp)[]
| ((info: { name: string; version: string }) => boolean | Promise<boolean>);