Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BuildIdentifierConfig<T>: { __isMagicBuildIdentifierMap: true; map: BuildIdentifierMap<T> }

Type parameters

  • T

Type declaration

BuildIdentifierMap<T>: Record<string, T | undefined>

Type parameters

  • T

CrossSpawnArgs: ReadonlyArray<string> | undefined

List of string arguments.

CrossSpawnOptions: SpawnOptions & { logger?: LoggerFunction; updateErrorCallback?: any }
LoggerFunction: (message: string) => void

Type declaration

    • (message: string): void
    • Parameters

      • message: string

      Returns void

MakeTargets: ForgeConfigMaker[] | string[]
PackageJSONWithDeps: { dependencies?: Record<string, string>; devDependencies?: Record<string, string> }

Type declaration

  • Optional dependencies?: Record<string, string>
  • Optional devDependencies?: Record<string, string>