updeep-remeda/types/util/splitPath.d.ts

3 lines
104 B
TypeScript

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