mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
4 lines
51 B
JavaScript
4 lines
51 B
JavaScript
module.exports = function (txt) {
|
|
return txt;
|
|
};
|