Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PathString

Type alias to string which describes a lodash-like path through an object. E.g. 'foo.bar.0.baz'

type PathString = string;

§Type

§
string
[src]