mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 08:19:43 +02:00
4 lines
50 B
JavaScript
4 lines
50 B
JavaScript
module.exports = function(txt) {
|
|
return txt;
|
|
};
|