Function: getLineIndentation()
function getLineIndentation(sourceText: string, offset: number): string;
Defined in: _internal/yaml-fixes.ts:37
Read the indentation prefix of the line containing the provided offset.
Parameters
sourceText
string
offset
number
Returns
string