Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceParser

Hierarchy

  • WorkspaceParser

Index

Properties

Properties

call

call: (cwd: string) => Promise<string[]>

Type declaration

    • (cwd: string): Promise<string[]>
    • Parameters

      • cwd: string

      Returns Promise<string[]>

parse

parse: (input: string[], cwd: string) => Promise<WorkspacesConfig>

Type declaration

Generated using TypeDoc