mermaid/__mocks__/entity-decode/browser.ts

4 lines
59 B
TypeScript

module.exports = function (txt: string) {
return txt;
};