UNPKG

supertokens-website

Version:

frontend sdk for website to be used for auth solution.

7 lines (6 loc) 201 B
export declare function isAnIpAddress(ipaddress: string): boolean; export default class NormalisedURLDomain { private value; constructor(url: string); getAsStringDangerous: () => string; }