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

responsePathAsArray

Given a Path, return an Array of the path keys.

function responsePathAsArray(path: Maybe<Readonly<Path>>): Array<string | number>;
§
responsePathAsArray(path: Maybe<Readonly<Path>>): Array<string | number>
[src]

§Parameters

§
path: Maybe<Readonly<Path>>
[src]

§Return Type

§
Array<string | number>
[src]