Function: hasTomlTableSection()
hasTomlTableSection(
tomlSource:string,sectionName:string):boolean
Defined in: _internal/config-file-scanner.ts:240
Returns true when a TOML table header ([sectionName]) exists in the
source.
Parametersâ
tomlSourceâ
string
sectionNameâ
string
Returnsâ
boolean