UNPKG

node-djiparsetxt

Version:

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

8 lines (7 loc) 295 B
import bignum = require("bignum"); import { ILazyLoadingEntry } from "../shared/interfaces"; export interface IParserLookUpTable { [type: string]: ILazyLoadingEntry; } export declare function bignum_convert_buffer(buffer: any): bignum; export declare const PARSER_TABLE: IParserLookUpTable;