listIndenterPrefix.ts
Creates a string prefix for indentation based on the given indent level.
Each indent level increases the prefix by two spaces. If the indent level
is zero, an empty string is returned.
@param {number} indentLevel - The level of indentation
@returns {string} The indentation prefix string
Methods
Not available.
Last updated: 2025-09-16T21:51:51.931Z
This file is auto generated. Do not edit manually.*