UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 136 B
/** * 根据路径解析值 */ declare function parsePath<T = any>(obj: Record<string, any>, path: string): T; export { parsePath };