refactor: urlencoded key value pair system
This commit is contained in:
2
packages/hoppscotch-app/helpers/functional/array.ts
Normal file
2
packages/hoppscotch-app/helpers/functional/array.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const stringArrayJoin = (separator: string) => (arr: string[]) =>
|
||||
arr.join(separator)
|
||||
Reference in New Issue
Block a user