Options
All
  • Public
  • Public/Protected
  • All
Menu

Module getInfo/getDotDefinitions

Index

Functions

default

  • default(workspaceLocation: string, files?: string[] | string): Promise<string[]>

getDefinitionsFromFile

  • getDefinitionsFromFile(file: string): string[]
  • Gets NAME=VALUE pairs from a file and ignores comments.

    Parameters

    • file: string

      input include file, which is a DEFINITION=VALUE file separated by new lines. Can have # comments

    Returns string[]

    the include name value pairs in an array

Generated using TypeDoc