Effect CommunityEC
Effect Communityβ€’12mo agoβ€’
42 replies
danielo515

Writing a Base64 Encoded File with Effect/Platform

What is the effect/platform way of writing something like this?
  await fs.writeFile(filePath, stringData, 'base64');

where base64 is the encoding and the stringData is a audio file encoded in base64
Was this page helpful?