Function: getPairedTemplateYamlPaths()
function getPairedTemplateYamlPaths(
filePath: string
): readonly [string, string];
Defined in: _internal/workflow-template-properties.ts:72
Build both valid template YAML paths for a .properties.json path.
Parameters
filePath
string
Returns
readonly [string, string]