UNPKG

@tak-ps/node-cot

Version:

Lightweight JavaScript library for parsing and manipulating TAK messages

7 lines (6 loc) 251 B
import CoT from '../cot.js'; import type { FileShareAttributes } from '../types/types.js'; import type { Static } from '@sinclair/typebox'; export declare class FileShare extends CoT { constructor(fileshare: Static<typeof FileShareAttributes>); }