Files
eagler-tiers/node_modules/@hapi/address/esm/decode.d.ts
starified 08bf320b57 uploaded
2026-04-21 22:03:19 -04:00

9 lines
232 B
TypeScript

/**
* 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;