UNPKG

kickstart-express

Version:

A powerful CLI tool to quickly scaffold Express.js projects with modern tooling and best practices

4 lines (3 loc) 50 B
export const add = (a, b) => { return a + b; };