2022-09-07 11:24:40 +05:30

4 lines
59 B
TypeScript

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