UNPKG

supertokens-website

Version:

frontend sdk for website to be used for auth solution.

8 lines (7 loc) 252 B
export default class NormalisedURLPath { private value; constructor(url: string); startsWith: (other: NormalisedURLPath) => boolean; appendPath: (other: NormalisedURLPath) => NormalisedURLPath; getAsStringDangerous: () => string; }