Function getScopedPackages

  • Searches all package names based on "scoping" (i.e. "scope" in the sense of inclusion). NOTE: this is not the same as package scopes (@scope/package).

    Parameters

    • search: string[]
    • packages: string[] | {
          [pkg: string]: unknown;
      }

    Returns string[]

Generated using TypeDoc