4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
|
declare function castPath(path: string | string[], obj?: any): string[];
|
||
|
|
||
|
export = castPath;
|