Files
mermaid/__mocks__/entity-decode/browser.ts
Sidharth Vinod 3b30232e88 Merge vitest
2022-09-20 23:51:21 +05:30

4 lines
59 B
TypeScript

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