aswi2020anonymous-gitlab/fe/fulltextsearch/src/Utils.ts @ 4837b991
1 |
export default class Utils { |
---|---|
2 |
|
3 |
static removeFileSuffix(file: File): string { |
4 |
return file.name.substring(0, file.name.indexOf('.')); |
5 |
}
|
6 |
}
|