vtils

Home > types > Path

Path type

Warning: This API is now obsolete.

使用 DotPath 代替

获取对象的路径。最多支持 7 级路径。

Signature:

export declare type Path<T = any, L = any> = string | string[];