Kind: Function
Source: src/router/reg-exp-router/matcher.ts
Part of: Router
Signature
tsfunction match(this: R, method: string, path: string): Result<T>
Parameters
| Name | Type |
|---|---|
this | R |
method | string |
path | string |
Returns: Result<T>
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
PreparedRegExpRouter—src/router/reg-exp-router/prepared-router.ts:9RegExpRouter—src/router/reg-exp-router/router.ts:47
Was this page helpful?