6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
![]() |
export function indentLines(
|
||
|
value: string,
|
||
|
map: import('../types.js').Map
|
||
|
): string
|
||
|
export type IndentLines = import('../types.js').IndentLines
|