Home
last modified time | relevance | path

Searched refs:indentStr (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/
H A DMarkdown.ts223 indent(depth?: number, indentStr: string = ' '): string {
224 return depth ? indentStr.repeat(depth) : '';
278 const indentStr = this.indent(ctx?.indent); constant
283 return indentStr + lines.join(EOL + indentStr);
287 const indentStr = this.indent(ctx.indent); constant
290 indentStr +
293 .join(EOL + indentStr)