UNPKG

@cto.af/create

Version:

Scaffold a new project in the `@cto.af` style.

9 lines (8 loc) 124 B
/** * Foo is a function. * * @returns The number most between 1 and 3. */ export function foo(): number { return 2; }