BuiltinBundleMatches

BuiltinBundleMatches — API reference.

View source ↗

Type

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

On this page