Home > types > Path
Warning: This API is now obsolete. 使用 DotPath 代替
Warning: This API is now obsolete.
使用 DotPath 代替
DotPath
获取对象的路径。最多支持 7 级路径。
Signature:
export declare type Path<T = any, L = any> = string | string[];