nomagick's picture
refactor: reorganize features (#37)
7ee2c32 unverified
raw
history blame
121 Bytes
export function cleanAttribute(attribute: string) {
return attribute ? attribute.replace(/(\n+\s*)+/g, '\n') : '';
}