UNPKG

supertokens-node

Version:
8 lines (7 loc) 216 B
// @ts-nocheck export declare function isAnIpAddress(ipaddress: string): boolean; export default class NormalisedURLDomain { private value; constructor(url: string); getAsStringDangerous: () => string; }