import { Path } from "https://deno.land/x/rimbu@1.2.0/deep/path.ts";
const { stringSplit } = Path;
Return the given path
string split into an array of subpaths.
import { Path } from "https://deno.land/x/rimbu@1.2.0/deep/path.ts";
const { stringSplit } = Path;
Return the given path
string split into an array of subpaths.