ChandimaPrabath's picture
fix $ improv
f57be92
raw
history blame contribute delete
82 Bytes
export function formatTitle(src){
return src.split('/').pop().split('.')[0];
}