Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "core/machine/yaml/util"

Index

Functions

camelCase

  • camelCase(obj: any): any

camelCaseString

  • camelCaseString(key: string): string

getYamlFile

  • getYamlFile<D>(project: GitProject, name?: string, options?: { camelCase: boolean; parse: boolean }): Promise<{ content: string; docs?: D[]; file: File } | undefined>
  • Type parameters

    • D = any

    Parameters

    • project: GitProject
    • Default value name: string = AtomistYamlFileName
    • Default value options: { camelCase: boolean; parse: boolean } = {parse: true,camelCase: true,}
      • camelCase: boolean
      • parse: boolean

    Returns Promise<{ content: string; docs?: D[]; file: File } | undefined>

watchPaths

  • watchPaths(paths: string[]): void

Generated using TypeDoc