UNPKG

netcup-node

Version:

A node wrapper for the Netcup CCP API (https://www.netcup-wiki.de/wiki/CCP_API)

5 lines (4 loc) 228 B
import { Formats } from './@types/Formats'; import { NetcupAuth } from './@types/NetcupAuth'; export declare function getFormattedUrl(format: Formats): string; export declare function missingAuth(authData: NetcupAuth): boolean;