castPath.d.ts 93 B

123
  1. declare function castPath(path: string | string[], obj?: any): string[];
  2. export = castPath;