mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-06 09:30:37 +02:00
34 lines
791 B
Markdown
34 lines
791 B
Markdown
# @digitransit-search-util/get-label
|
|
|
|
# getLabel
|
|
|
|
<DESCRIPTION>
|
|
|
|
**Parameters**
|
|
<PARAMETERS>
|
|
|
|
**Examples**
|
|
|
|
<!-- This file is automatically generated. Please don't edit it directly:
|
|
if you find an error, edit the source file (likely index.js), and re-run
|
|
./scripts/generate-readmes in the digitransit-search-util project. -->
|
|
|
|
---
|
|
|
|
This module is part of the Digitransit project. It is maintained in the
|
|
[HSLdevcom/digitransit-ui](https://github.com/HSLdevcom/digitransit-ui) repository, where you can create
|
|
PRs and issues.
|
|
|
|
### Installation
|
|
|
|
Install this module individually:
|
|
|
|
```sh
|
|
$ npm install @digitransit-search-util/get-label
|
|
```
|
|
|
|
Or install the digitransit-search-util module that includes it as a function:
|
|
|
|
```sh
|
|
$ npm install @digitransit-search-util/digitransit-search-util
|
|
```
|