Skip to content

Type Guards

Type guards are functions that check if a value is of a specific type. They are used to narrow down the type of a value in TypeScript, allowing for better type safety and improved code readability.

Type GuardDescription
hasQuery

Type guard to check if the query property of Params is present and non-nullable.

Released under the MIT License.