UNPKG

node-djiparsetxt

Version:

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

7 lines (6 loc) 141 B
export declare class Version { static CreateEmpty(): Version; ver: number[]; constructor(ver: number); toString(): string; }