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