UNPKG

node-djiparsetxt

Version:

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

6 lines (5 loc) 192 B
import { ServiceManager } from "../common/ServiceManager"; export default abstract class BaseService { protected serviceMan: ServiceManager; constructor(serviceMan: ServiceManager); }