UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

8 lines (7 loc) 214 B
import { TapEncryption } from './tap-encryption'; declare module '@iotize/tap/lib/tap' { interface Tap { encryption: TapEncryption; } } export declare const _TAP_EXTENSION_ENCRYPTION_: void;