feat: trying to add hashes to scripts
This commit is contained in:
@@ -186,3 +186,7 @@ export function removeMarkdownFormatting(text: string): string {
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
export function fileExtension(fname: string) {
|
||||
return fname.slice((fname.lastIndexOf(".") - 1 >>> 0) + 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user