Searched refs:lastSepIndex (Results 1 – 1 of 1) sorted by relevance
63 const lastSepIndex: number = filePath.lastIndexOf('/'); constant64 if (lastSepIndex >= 0) {65 return filePath.slice(lastSepIndex + 1);