astro-ghostcms/.pnpm-store/v3/files/c3/97f5e9b52ee1752e76b850f43d6...

11 lines
293 B
Plaintext

/**
* Remove initial and final spaces and tabs at the line breaks in `value`.
* Does not trim initial and final spaces and tabs of the value itself.
*
* @param {string} value
* Value to trim.
* @returns {string}
* Trimmed value.
*/
export function trimLines(value: string): string