(content: string)
| 703 | } |
| 704 | }; |
| 705 | export const encodeBase64 = (content: string) => |
| 706 | Buffer.from(content, "utf-8").toString("base64"); |
| 707 | |
| 708 | export const getCreateFileCommand = ( |
| 709 | outputPath: string, |
no outgoing calls
no test coverage detected