mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
// remove indent in multi-line comments
|
|
export const comment = (str: TemplateStringsArray) =>
|
|
str.toString().replace(/^\s+/gm, "");
|