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
/
create-report
/
index.d.ts
6 lines
(5 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ReportOptions
, I18NReport }
from
'../types'
;
export
declare
function
createI18NReport
(
options: ReportOptions
):
Promise
<I18NReport>;
export
*
from
'./vue-files'
;
export
*
from
'./language-files'
;
export
*
from
'./report'
;