Home > @infiniteobjects/express-server > Utils > getQueryValue
Gets a value from the query
Signature:
static getQueryValue(req: Request, param: string, defaultValue: string): string;
| Parameter | Type | Description |
|---|---|---|
| req | Request | Request |
| param | string | Name of the parameter to fetch |
| defaultValue | string | Default value |
Returns:
string