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

3 lines
104 B
TypeScript
Raw Normal View History

2019-01-19 00:46:25 +00:00
import { Path } from '../types';
export default function splitPath(path: Path): Array<string | number>;