UNPKG

rspress-plugin-devkit

Version:
5 lines (4 loc) 126 B
import path from 'path'; export function getComponentName(componentPath) { return path.basename(componentPath, '.tsx'); }