mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-08-28 22:00:37 +02:00
3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
'use strict';
|
|
module.exports = data => `data:${data.mimetype};base64,${data.base64 || ''}`;
|