mermaid/__mocks__/entity-decode/browser.ts

4 lines
59 B
TypeScript
Raw Normal View History

2022-09-07 07:54:40 +02:00
module.exports = function (txt: string) {
return txt;
};