UNPKG

synonym-optimizer

Version:

Finds the text which has the least number of repetitions

9 lines (8 loc) 274 B
/** * @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;