mirror of
https://github.com/zhigang1992/release-drafter.git
synced 2026-06-12 09:08:55 +08:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
module.exports.encodeContent = content => {
|
|
return Buffer.from(content).toString('base64')
|
|
}
|