Jules
Initial clean CRM deployment with prebuilt assets
d9494a5
Raw
History Blame Contribute Delete
111 Bytes
export const mimeEncode = (raw: string) => {
return `=?UTF-8?B?${Buffer.from(raw).toString('base64')}?=`;
};