vtils

Home > types > PathValue

PathValue type

Warning: This API is now obsolete.

使用 DotPathValue 代替

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

Signature:

export declare type PathValue<T = any, L = any> = any;