Added declaration files for hyphen (#44056)

* Update index.d.ts

Member "locale" of interface "JsonDataHeader" was renamed to "language".

* Update gettext.js-tests.ts

Updated test according to type definition changes.

* Updated version number to 0.8

* Added type definition for hyphen

* Fixed errors in tsconfig.json

* Fixed errors reported by the linter

* Updated tests for module hyphen

* * Revert previous changes in test script
* Added OTHER_FILES.txt to ignore unused declaration files in test script

* Removed index.d.ts from OTHER_FILES.txt as it is the main file used also in the test

* Added index.d.ts to files entry within tsconfig.json

* Optimized parameter types with Readonly

Co-authored-by: Krisztián Balla <h1tm4n_@web.de>
This commit is contained in:
Krisztián Balla 2020-04-27 14:45:01 +02:00 committed by GitHub
parent a6bc3595f9
commit 00e2f3a579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
162 changed files with 1481 additions and 0 deletions

View File

@ -0,0 +1,154 @@
af.d.ts
as.d.ts
be.d.ts
bg.d.ts
bn.d.ts
ca.d.ts
cop.d.ts
cs.d.ts
cu.d.ts
cy.d.ts
da.d.ts
de-1901.d.ts
de-1996.d.ts
de-ch-1901.d.ts
el-monoton.d.ts
el-polyton.d.ts
en-us.d.ts
es.d.ts
et.d.ts
eu.d.ts
fi.d.ts
fr.d.ts
fur.d.ts
ga.d.ts
gl.d.ts
grc.d.ts
gu.d.ts
hi.d.ts
hr.d.ts
hsb.d.ts
hu.d.ts
hy.d.ts
ia.d.ts
id.d.ts
is.d.ts
it.d.ts
ka.d.ts
kmr.d.ts
kn.d.ts
la-x-classic.d.ts
la-x-liturgic.d.ts
la.d.ts
lt.d.ts
lv.d.ts
ml.d.ts
mn-cyrl-x-lmc.d.ts
mn-cyrl.d.ts
mr.d.ts
mul-ethi.d.ts
nb.d.ts
nl.d.ts
nn.d.ts
no.d.ts
oc.d.ts
or.d.ts
pa.d.ts
pi.d.ts
pl.d.ts
pms.d.ts
pt.d.ts
rm.d.ts
ro.d.ts
ru.d.ts
sa.d.ts
sh-cyrl.d.ts
sh-latn.d.ts
sk.d.ts
sl.d.ts
sr-cyrl.d.ts
sv.d.ts
ta.d.ts
te.d.ts
th.d.ts
tk.d.ts
tr.d.ts
uk.d.ts
zh-latn-pinyin.d.ts
patterns/af.d.ts
patterns/as.d.ts
patterns/be.d.ts
patterns/bg.d.ts
patterns/bn.d.ts
patterns/ca.d.ts
patterns/cop.d.ts
patterns/cs.d.ts
patterns/cu.d.ts
patterns/cy.d.ts
patterns/da.d.ts
patterns/de-1901.d.ts
patterns/de-ch-1901.d.ts
patterns/el-monoton.d.ts
patterns/el-polyton.d.ts
patterns/en-gb.d.ts
patterns/en-us.d.ts
patterns/es.d.ts
patterns/et.d.ts
patterns/eu.d.ts
patterns/fi.d.ts
patterns/fr.d.ts
patterns/fur.d.ts
patterns/ga.d.ts
patterns/gl.d.ts
patterns/grc.d.ts
patterns/gu.d.ts
patterns/hi.d.ts
patterns/hr.d.ts
patterns/hsb.d.ts
patterns/hy.d.ts
patterns/ia.d.ts
patterns/id.d.ts
patterns/is.d.ts
patterns/it.d.ts
patterns/ka.d.ts
patterns/kmr.d.ts
patterns/kn.d.ts
patterns/la-x-classic.d.ts
patterns/la-x-liturgic.d.ts
patterns/la.d.ts
patterns/lt.d.ts
patterns/lv.d.ts
patterns/ml.d.ts
patterns/mn-cyrl-x-lmc.d.ts
patterns/mn-cyrl.d.ts
patterns/mr.d.ts
patterns/mul-ethi.d.ts
patterns/nb.d.ts
patterns/nl.d.ts
patterns/nn.d.ts
patterns/no.d.ts
patterns/oc.d.ts
patterns/or.d.ts
patterns/pa.d.ts
patterns/pi.d.ts
patterns/pl.d.ts
patterns/pms.d.ts
patterns/pt.d.ts
patterns/rm.d.ts
patterns/ro.d.ts
patterns/ru.d.ts
patterns/sa.d.ts
patterns/sh-cyrl.d.ts
patterns/sh-latn.d.ts
patterns/sk.d.ts
patterns/sl.d.ts
patterns/sr-cyrl.d.ts
patterns/sv.d.ts
patterns/ta.d.ts
patterns/te.d.ts
patterns/th.d.ts
patterns/tk.d.ts
patterns/tr.d.ts
patterns/uk.d.ts
patterns/zh-latn-pinyin.d.ts

11
types/hyphen/af.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/as.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/be.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/bg.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/bn.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/ca.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

16
types/hyphen/common.ts Normal file
View File

@ -0,0 +1,16 @@
export interface PatternDefinitions {
patterns: string[];
exceptions: string[];
}
interface HyphenationOptions {
debug?: boolean;
hyphenChar?: string;
}
export type HyphenationFunctionSync = (textToHyphenate: string, options?: Readonly<HyphenationOptions>) => string;
export type HyphenationFunctionAsync = (
textToHyphenate: string,
options?: Readonly<HyphenationOptions>,
) => Promise<string>;

11
types/hyphen/cop.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/cs.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/cu.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/cy.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/da.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/de-1901.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/de-1996.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/de-ch-1901.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/el-monoton.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/el-polyton.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/en-gb.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/en-us.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/es.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/et.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/eu.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/fi.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/fr.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/fur.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/ga.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/gl.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/grc.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/gu.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/hi.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/hr.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/hsb.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/hu.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/hy.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

View File

@ -0,0 +1,23 @@
import createHyphenator = require('hyphen');
import hyphenationPatternsDe1996 = require('hyphen/patterns/de-1996');
import hyphenationPatternsHu = require('hyphen/patterns/hu');
import { hyphenate as hyphenateEnGbAsync } from 'hyphen/en-gb';
// Test with HTML
const hyphenateDe1996 = createHyphenator(hyphenationPatternsDe1996, { hyphenChar: '-', html: true });
if (hyphenateDe1996('<section>Silbentrennung</section>') !== '<section>Sil-ben-tren-nung</section>') {
throw new Error('Test failed');
}
// Test with debug output
const hyphenateHu = createHyphenator(hyphenationPatternsHu, { debug: true });
if (hyphenateHu('szóelválasztás', { hyphenChar: '|' }) !== 'szó|el|vá|lasz|tás') {
throw new Error('Test failed');
}
// Test with async function returning a Promise
hyphenateEnGbAsync('hyphenation', { hyphenChar: '#' }).then(result => {
if (result !== 'hy#phen#a#tion') {
throw new Error('Test failed');
}
});

11
types/hyphen/ia.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/id.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

19
types/hyphen/index.d.ts vendored Normal file
View File

@ -0,0 +1,19 @@
// Type definitions for hyphen 1.5
// Project: https://github.com/ytiurin/hyphen
// Definitions by: Krisztián Balla <https://github.com/krisztianb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from './common';
interface FactoryOptions {
async?: boolean;
debug?: boolean;
hyphenChar?: string;
html?: boolean;
}
declare function createHyphenator(
patternsDefinition: Readonly<PatternDefinitions>,
options?: Readonly<FactoryOptions>,
): HyphenationFunctionAsync | HyphenationFunctionSync;
export = createHyphenator;

11
types/hyphen/is.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/it.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/ka.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/kmr.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/kn.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/la-x-classic.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/la-x-liturgic.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/la.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/lt.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/lv.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/ml.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/mn-cyrl-x-lmc.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/mn-cyrl.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/mr.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/mul-ethi.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/nb.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/nl.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/nn.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/no.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/oc.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/or.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

11
types/hyphen/pa.d.ts vendored Normal file
View File

@ -0,0 +1,11 @@
import { HyphenationFunctionAsync, HyphenationFunctionSync, PatternDefinitions } from "./common";
export const hyphenate: HyphenationFunctionAsync;
export const hyphenateHTML: HyphenationFunctionAsync;
export const hyphenateSync: HyphenationFunctionSync;
export const hyphenateHTMLSync: HyphenationFunctionSync;
export const patterns: PatternDefinitions;

5
types/hyphen/patterns/af.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/as.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/be.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/bg.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/bn.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/ca.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/cop.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/cs.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/cu.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/cy.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/da.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/de-1901.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/de-1996.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/de-ch-1901.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/el-monoton.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/el-polyton.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/en-gb.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/en-us.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/es.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/et.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/eu.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/fi.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/fr.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/fur.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/ga.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/gl.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/grc.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/gu.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/hi.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/hr.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/hsb.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/hu.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/hy.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/ia.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/id.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/is.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/it.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/ka.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

5
types/hyphen/patterns/kmr.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
import { PatternDefinitions } from "../common";
declare const patterns: PatternDefinitions;
export = patterns;

Some files were not shown because too many files have changed in this diff Show More