UNPKG

iopa-bot

Version:

API-First Bot Framework for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification

11 lines (10 loc) 209 B
interface URL { protocol: string; hostname: string; port: string | number; pathname: string; query: string; hash: string; } export declare function parse_url(url: any): URL; export {};