remove unused file
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
export function sanitize(tagString: string) {
|
|
||||||
return tagString
|
|
||||||
.trim()
|
|
||||||
.replace(LEADING_HASH_REGEX, '')
|
|
||||||
.replace(ENDING_PUNCTUATION_REGEX, '')
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user