UNPKG
@mailbutler/i18n-utils
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
Manage i18n localization with static analysis
github.com/pixari/i18n-utils
pixari/i18n-utils
@mailbutler/i18n-utils
/
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
'./src-files'
;
export
*
from
'./language-files'
;
export
*
from
'./report'
;