Files
recflare/turbo/generators/templates/package/src/index.ts.hbs
T
Devin Zuczek 8e644a5c20 Initial commit
2026-06-08 18:23:40 -04:00

17 lines
214 B
Handlebars

/**
* Example function.
*
* @example
*
* Use from other apps/packages:
*
* ```ts
* import { hello } from '@repo/{{ slug name }}'
*
* hello()
* ```
*/
export function hello() {
return 'Hello, world!'
}