UNPKG
@relayfy/angular-builders
Version:
latest (20.1.0)
next (0.4.0-next.2)
20.1.0
20.0.0
19.0.3
19.0.2
19.0.1
19.0.0
18.0.0
0.6.1
0.6.0
0.5.0
0.4.0
0.4.0-next.2
0.4.0-next.1
0.4.0-next.0
0.3.2
0.3.1
0.3.0
0.3.0-next.2
0.3.0-next.1
0.3.0-next.0
0.2.2
0.1.0
Usefull helper functionalities.
github.com/relayfy/angular-builders
relayfy/angular-builders
@relayfy/angular-builders
/
dist
/
xlf2-merge.d.ts
3 lines
(2 loc)
•
218 B
TypeScript
View Raw
1
2
3
export
declare
const
executeXLF2
:
(
sourceFile
:
string
,
targetFile
:
string
,
targetLocale
:
string
) =>
void
;
export
declare
const
merge
:
(
sourceXML
:
string
,
targetXML
:
string
|
undefined
,
targetLocale
:
string
) =>
string
;