UNPKG
@nullcc/diff2html-cli
Version:
latest (5.9.1)
5.9.1
5.9.0
5.8.1
5.8.0
5.7.1
5.7.0
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.2
5.5.1
5.5.0
5.4.5
5.4.3
5.4.2
5.4.1
5.4.0
5.3.0
5.2.12
5.2.11
5.2.10
5.2.9
5.2.8
5.2.7
5.2.6
5.2.5
5.2.4
5.2.3
5.2.2
5.2.1
5.2.0
5.1.9
5.1.8
5.1.7
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
Fast Diff to colorized HTML
www.github.com/rtfpessoa/diff2html-cli
rtfpessoa/diff2html-cli
@nullcc/diff2html-cli
/
build
/
configuration.d.ts
5 lines
•
243 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="nullcc__diff2html" />
import
{
Configuration
}
from
"./types"
;
import
{
Argv
}
from
"./yargs"
;
export
declare
function
parseArgv
(
argv: Argv
): [
Diff2Html
.
Options
,
Configuration
];
//# sourceMappingURL=configuration.d.ts.map