updeep-remeda/types/util/splitPath.d.ts
2019-01-18 19:51:59 -05:00

3 lines
104 B
TypeScript

import { Path } from '../types';
export default function splitPath(path: Path): Array<string | number>;