API DocumentationfunctionsFunction: dedent()On this pageFunction: dedent() function dedent(text): string; Defined in: stringExtensions.d.ts:5 Dedents the string by removing the common leading whitespace from each line. Parameters ParameterTypetextstring Returns string