UNPKG

@sideway/address

Version:

Email address and domain validation

9 lines (8 loc) 232 B
/** * Faster version of decodeURIComponent() that does not throw. * * @param string - the URL string to decode. * * @returns the decoded string or null if invalid. */ export declare function uriDecode(string: string): string;