UNPKG

nitropage

Version:

A free and open source, extensible visual page builder based on SolidStart.

5 lines (4 loc) 164 B
export const baseFilename = function (filePath: string) { const fileName = filePath.substring(filePath.lastIndexOf("/") + 1); return fileName.split(".")[0]; };