core3-utils

@wixc3/common on Github

Home > @wixc3/common > minimalIndent

minimalIndent() function

Shifts all indentation to the left using the line with the least indentation as a baseline

Signature:

export declare function minimalIndent(str: string): string;

Parameters

Parameter Type Description
str string

Returns:

string