UNPKG

create-hokage-js-app

Version:

🔥 Best CLI tool to create a MERN stack template. Quick, clean, and customizable.

9 lines • 167 B
export class DTO { static userDto(user) { return { _id: user._id, name: user.name, email: user.email, } } }