Parse the parameters of a h3 event.
h3
For example /[test].get.ts binds the parameter test to a value, for example /1 then results in test = 1
/[test].get.ts
test
/1
test = 1
Input to parse using the passed schema
schema
Error code of error if parsing fails
Optional
Optional error message if parsing fails
Generated using TypeDoc
Parse the parameters of a
h3
event.For example
/[test].get.ts
binds the parametertest
to a value, for example/1
then results intest = 1