UNPKG
@sideway/address
Version:
latest (5.0.0)
5.0.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
Email address and domain validation
github.com/sideway/address
sideway/address
@sideway/address
/
esm
/
decode.d.ts
9 lines
(8 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 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
;