Merge pull request #905 from IzNoGud78/patch-4

Update index.d.ts
This commit is contained in:
AkiraFukushima 2019-05-08 22:21:18 +09:00 committed by GitHub
commit 7a3ed6d4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ export type LanguageList = {
fr: LanguageType,
ja: LanguageType,
ko: LanguageType,
pl: LanguageType
pl: LanguageType,
it: LanguageType
}
declare var l: LanguageList