We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a420570 commit 74e4500Copy full SHA for 74e4500
lib/node/base64.js
@@ -1,4 +1,4 @@
1
-import bufferFrom from 'buffer-from';
+import bufferFrom from "buffer-from";
2
3
export function encode(data) {
4
return bufferFrom(String(data)).toString("base64");
0 commit comments