UNPKG

create-my-vite-app

Version:

A CLI tool for creating a new project

4 lines (3 loc) 54 B
export default function sum(a, b) { return a + b; }