UNPKG

@tak-ps/node-tak

Version:

Lightweight JavaScript library for communicating with TAK Server

10 lines (9 loc) 253 B
import Commands from '../commands.js'; export default class ProfileCommands extends Commands { schema: {}; cli(): Promise<object | string>; connection(opts: { syncSecago: number; clientUid: string; }): Promise<Buffer>; }