UNPKG

updeep

Version:

Easily update nested frozen objects and arrays in a declarative and immutable manner.

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