uploaded
This commit is contained in:
8
node_modules/@hapi/address/dist/decode.d.ts
generated
vendored
Normal file
8
node_modules/@hapi/address/dist/decode.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user