Skip to content

Commit 525b66b

Browse files
Should be full release now
Uploading my packages originally messed up so this releases the utils to push to final release
1 parent bc95df8 commit 525b66b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

utilities/utilities.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
exports.stringify = obj =>
2+
Object.keys(obj)
3+
.map(k => `${k}=${encodeURIComponent(obj[k])}`)
4+
.join("&");
5+

0 commit comments

Comments
 (0)