UNPKG
@localazy/vue-i18n-extract
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Localazy's fork of vue-i18n-extract
github.com/localazy/vue-i18n-extract
localazy/vue-i18n-extract
@localazy/vue-i18n-extract
/
dist
/
config-file
/
vue-i18n-extract.config.d.ts
14 lines
(13 loc)
•
308 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
const
_default
: {
vueFiles
:
string
;
languageFiles
:
string
;
exclude
:
never
[];
output
:
boolean
;
add
:
boolean
;
remove
:
boolean
;
ci
:
boolean
;
separator
:
string
;
noEmptyTranslation
:
string
;
missingTranslationString
:
string
; };
export
default
_default;