UNPKG

@crpt/react-utils

Version:

A useful kit for daily using

5 lines (4 loc) 134 B
import { last, split } from 'lodash'; export var getKeyFromPath = function getKeyFromPath(path) { return last(split(path, '.')); };