UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

8 lines (7 loc) 184 B
import { TapAuth } from './tap-auth'; declare module '@iotize/tap/lib/tap' { interface Tap { auth: TapAuth; } } export declare const _TAP_EXTENSION_AUTH_: void;