fix spaces

This commit is contained in:
waveringana 2022-12-10 19:09:27 +00:00
parent f83c5aa423
commit 135c772723
7 changed files with 331 additions and 339 deletions

View file

@ -8,8 +8,8 @@ declare global {
}
export function extension(str: String){
let file = str.split("/").pop();
return [file.substr(0,file.lastIndexOf(".")),file.substr(file.lastIndexOf("."),file.length).toLowerCase()];
let file = str.split("/").pop();
return [file.substr(0,file.lastIndexOf(".")),file.substr(file.lastIndexOf("."),file.length).toLowerCase()];
}
export interface User {