(
options: GlobalPrefixOptions<ExcludeRouteMetadata>,
)
| 36 | } |
| 37 | |
| 38 | public setGlobalPrefixOptions( |
| 39 | options: GlobalPrefixOptions<ExcludeRouteMetadata>, |
| 40 | ) { |
| 41 | this.globalPrefixOptions = options; |
| 42 | } |
| 43 | |
| 44 | public getGlobalPrefixOptions(): GlobalPrefixOptions<ExcludeRouteMetadata> { |
| 45 | return this.globalPrefixOptions; |
no outgoing calls
no test coverage detected