4 lines
59 B
TypeScript
Raw Normal View History

2022-09-07 11:24:40 +05:30
module.exports = function (txt: string) {
return txt;
};