UNPKG
synonym-optimizer
Version:
latest (5.4.0)
5.4.0
5.3.1
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.4.0
4.3.1
4.3.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.20.2
2.20.1
2.20.0
2.19.0
2.18.1
2.18.0
2.17.2
2.17.1
2.17.0
2.16.10
2.16.9
2.16.8
2.16.7
2.16.6
2.16.5
2.16.4
2.16.3
2.16.2
2.16.1
2.16.0
2.15.4
2.15.3
2.15.2
2.15.1
2.15.0
2.14.3
2.14.2
2.14.1
2.14.0
2.13.0
2.12.3
2.12.2
2.12.1
2.12.0
2.11.0
2.10.2
2.10.1
2.10.0
2.9.2
2.9.1
2.9.0
2.8.3
2.8.2
2.8.0
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.2.4
Finds the text which has the least number of repetitions
synonym-optimizer
/
dist
/
helper.d.ts
9 lines
(8 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** *
@license
* Copyright 2019 Ludan Stoecklé * SPDX-License-Identifier: Apache-2.0 */
import
{
LanguageSyn
}
from
'./LanguageSyn'
;
export
declare
function
getIso2fromLocale
(
locale
:
string
):
string
;
export
declare
function
buildLanguageSyn
(
iso2
:
string
):
LanguageSyn
;