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