(string:string)
| 775 | ? process.argv[1] |
| 776 | : process.argv[0]; |
| 777 | const screen = function node_apps_base64_screen(string:string) { |
| 778 | const output = (direction === "decode") |
| 779 | ? Buffer.from(string, "base64").toString("utf8") |
| 780 | : Buffer.from(string).toString("base64"); |
| 781 | apps.log([""], output, path); |
| 782 | }, |
| 783 | fileWrapper = function node_apps_base64_fileWrapper(filepath):void { |
| 784 | node |
| 785 | .fs |
no outgoing calls
no test coverage detected