url_params_helpers.ts

Declarations
#

view source

parse_url_param_uuid
#

url_params_helpers.ts view source

(value: unknown): (string & $brand<"Uuid">) | null

Parse and validate a UUID parameter value from the URL.

value

type unknown

returns

(string & $brand<"Uuid">) | null

Depends on
#