Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/string
L
toIndent
Function toIndent
toIndent
(
lines
:
string
[]
,
indentation
?:
string
)
:
string
[]
Maps lines to lines with provided indentation.
Parameters
lines
:
string
[]
Lines to indent.
indentation
:
string
= ' '
Indentation to use.
Returns
string
[]
Indented lines.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...
Maps lines to lines with provided indentation.