| 73 | } |
| 74 | |
| 75 | export interface InternalPathOptions { |
| 76 | queryParams?: IOptions |
| 77 | urlParamsEncoding: URLParamsEncodingType |
| 78 | } |
| 79 | |
| 80 | const defaultOptions: InternalPathOptions = { |
| 81 | urlParamsEncoding: 'default' |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…