* Optional path object
| 22 | * Optional path object |
| 23 | */ |
| 24 | interface PathObject { |
| 25 | url: string |
| 26 | methods: (string | 'GET' | 'POST' | 'PUT' | 'PATCH' | 'HEAD' | 'OPTIONS' | 'DELETE')[] |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Custom function for `@tinyhttp/unless` |
nothing calls this directly
no outgoing calls
no test coverage detected