initial commit
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export const uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`);
|
||||
Reference in New Issue
Block a user