UNPKG

node-djiparsetxt

Version:

command-line application that reads a DJI '.txt' file and outputs a json.

7 lines (6 loc) 217 B
import { IFile } from "../shared/interfaces"; import { Command } from "./Command"; export declare class ReadFileCommand extends Command<string[], IFile[]> { exec(filePaths: string[]): IFile[]; } export { IFile };