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