UNPKG

typescript-express-api-generator

Version:

this is a file generator utility that can be used with my express typescript starter repo https://github.com/ShashiSrinath/node-express-typescript-starter

13 lines (10 loc) 145 B
const writeLine = (line) => { return line + '\n'; }; const newLine = () => { return '\n'; }; module.exports = { writeLine, newLine, };