UNPKG

@sharksv/hyper

Version:

A CLI to bootstrap new projects!

6 lines (5 loc) 104 B
export function greet(times: number) { for (let i = 0; i < times; i++) { console.log('Hallo!'); } }