UNPKG
intradoc
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
In-place document content replacer CLI utility.
github.com/intradoc/intradoc
intradoc/intradoc
intradoc
/
src
/
parse
/
parseFiles
/
index.d.ts
8 lines
(7 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
CLIApp
from
'../../CLIApp'
;
import
flags
from
'./flags'
;
export
{ flags };
export
declare
const
parseFiles
:
(
args
:
any
[],
app
:
CLIApp
) =>
{
hasFiles
:
boolean
;
files
:
string
[]; };