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

parseValue

function parseValue(input: string): [string, string | undefined] | [undefined, string | undefined];
§
parseValue(input: string): [string, string | undefined] | [undefined, string | undefined]
[src]

§Parameters

§
input: string
[src]

§Return Type

§
[string, string | undefined] | [undefined, string | undefined]
[src]