UNPKG

intradoc

Version:

In-place document content replacer CLI utility.

8 lines (7 loc) 191 B
import CLIApp from '../../CLIApp'; import flags from './flags'; export { flags }; export declare const parseData: (args: any[], app: CLIApp) => { hasData: boolean; data: string[]; };