UNPKG

plotly-icons

Version:
8 lines (5 loc) 154 B
const _ = require('lodash'); function getComponentNameFromPath(path) { return _.last(path.split('/')); } module.exports = getComponentNameFromPath;