UNPKG
@zxcvbn-ts/language-de
Version:
beta (4.0.0-beta.4)
latest (4.1.1)
4.1.1
4.1.0
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.1
4.0.0-beta.0
3.0.2
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
1.0.0-beta.0
0.3.0
0.2.0
0.1.0
The German language package for zxcvbn-ts
github.com/zxcvbn-ts/zxcvbn
zxcvbn-ts/zxcvbn
@zxcvbn-ts/language-de
/
dist
/
index.d.ts
9 lines
(8 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
translations
from
'./translations'
;
declare
const
dictionary
: {
commonWords
:
string
[];
firstnames
:
string
[];
lastnames
:
string
[];
wikipedia
:
string
[]; };
export
{ dictionary, translations };