@loopback/docs
Version:
Documentation for LoopBack 4
35 lines (22 loc) • 898 B
Markdown
lang: en
title: 'API docs: rest.compareroute'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.rest.compareroute.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [compareRoute](./rest.compareroute.md)
## compareRoute() function
Compare two routes by verb/path for sorting
<b>Signature:</b>
```typescript
export declare function compareRoute(route1: Pick<RouteEntry, 'verb' | 'path'>, route2: Pick<RouteEntry, 'verb' | 'path'>): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| route1 | <code>Pick<RouteEntry, 'verb' | 'path'></code> | First route entry |
| route2 | <code>Pick<RouteEntry, 'verb' | 'path'></code> | Second route entry |
<b>Returns:</b>
`number`