Module getInfo/infoHelpers
Functions
checkForFileNameInArray
- checkForFileNameInArray(name: string, array: string[], caseMatters?: boolean): number
-
Parameters
-
name: string
-
array: string[]
-
Optional caseMatters: boolean
Returns number
combineArraysIntoObject
- combineArraysIntoObject(arr1: string[], arr2: string[], key: string, obj: {}): {}
-
Parameters
-
arr1: string[]
-
arr2: string[]
-
key: string
-
obj: {}
Returns {}
Check if the program is a c++ or c program and automatically converts.